diff options
Diffstat (limited to 'src/qt/forms/optionsdialog.ui')
-rw-r--r-- | src/qt/forms/optionsdialog.ui | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index b4a9f1f580..707724a654 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -152,7 +152,7 @@ <attribute name="title"> <string>W&allet</string> </attribute> - <layout class="QVBoxLayout" name="verticalLayout_Network"> + <layout class="QVBoxLayout" name="verticalLayout_Wallet"> <item> <widget class="QLabel" name="transactionFeeInfoLabel"> <property name="text"> @@ -167,7 +167,7 @@ </widget> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout_1_Main"> + <layout class="QHBoxLayout" name="horizontalLayout_1_Wallet"> <item> <widget class="QLabel" name="transactionFeeLabel"> <property name="text"> @@ -185,7 +185,7 @@ <widget class="BitcoinAmountField" name="transactionFee"/> </item> <item> - <spacer name="horizontalSpacer_1_Main"> + <spacer name="horizontalSpacer_1_Wallet"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> @@ -200,10 +200,13 @@ </layout> </item> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="spendZeroConfChangeInfoLabel"> <property name="text"> <string>If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed.</string> </property> + <property name="textFormat"> + <enum>Qt::PlainText</enum> + </property> <property name="wordWrap"> <bool>true</bool> </property> @@ -212,12 +215,12 @@ <item> <widget class="QCheckBox" name="spendZeroConfChange"> <property name="text"> - <string>Spend unconfirmed change (experts only)</string> + <string>&Spend unconfirmed change (experts only)</string> </property> </widget> </item> <item> - <spacer name="verticalSpacer"> + <spacer name="verticalSpacer_Wallet"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> |