aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/optionsdialog.ui
diff options
context:
space:
mode:
authorPrateek Sancheti <psancheti110@gmail.com>2021-07-29 21:57:57 +0530
committerPrateek Sancheti <psancheti110@gmail.com>2021-08-11 14:48:24 +0530
commitad28b66e98c9bb3bc7af2545654842544a798601 (patch)
tree0c57074f1a790d88838796d5a3dd48003f58ce55 /src/qt/forms/optionsdialog.ui
parent6499928bfb19674f98724b4aa5238d874e6738e4 (diff)
downloadbitcoin-ad28b66e98c9bb3bc7af2545654842544a798601.tar.xz
qt: Add SubFeeFromAmount option
Diffstat (limited to 'src/qt/forms/optionsdialog.ui')
-rw-r--r--src/qt/forms/optionsdialog.ui10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui
index bd72328c02..864d550551 100644
--- a/src/qt/forms/optionsdialog.ui
+++ b/src/qt/forms/optionsdialog.ui
@@ -201,6 +201,16 @@
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_Wallet">
<item>
+ <widget class="QCheckBox" name="subFeeFromAmount">
+ <property name="toolTip">
+ <string extracomment="Tooltip text for Options window setting that sets subtracting the fee from a sending amount as default.">Whether to set subtract fee from amount as default or not.</string>
+ </property>
+ <property name="text">
+ <string extracomment="An Options window setting to set subtracting the fee from a sending amount as default.">Subtract &amp;fee from amount by default</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Expert</string>