Skip to content

Commit 4fb8043

Browse files
Merge pull request #484 from mxaddict/patch-11
Moved the checkboxes into the empty QGroupBox
2 parents 5ee24af + 724f802 commit 4fb8043

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

src/qt/forms/optionsdialog.ui

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -215,27 +215,28 @@
215215
<property name="title">
216216
<string>Expert</string>
217217
</property>
218-
<layout class="QVBoxLayout" name="verticalLayout_2"/>
219-
</widget>
220-
</item>
221-
<item>
222-
<widget class="QCheckBox" name="coinControlFeatures">
223-
<property name="toolTip">
224-
<string>Whether to show coin control features or not.</string>
225-
</property>
226-
<property name="text">
227-
<string>Enable coin &amp;control features</string>
228-
</property>
229-
</widget>
230-
</item>
231-
<item>
232-
<widget class="QCheckBox" name="spendZeroConfChange">
233-
<property name="toolTip">
234-
<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>
235-
</property>
236-
<property name="text">
237-
<string>&amp;Spend unconfirmed change</string>
238-
</property>
218+
<layout class="QVBoxLayout" name="verticalLayout_2">
219+
<item>
220+
<widget class="QCheckBox" name="coinControlFeatures">
221+
<property name="toolTip">
222+
<string>Whether to show coin control features or not.</string>
223+
</property>
224+
<property name="text">
225+
<string>Enable coin &amp;control features</string>
226+
</property>
227+
</widget>
228+
</item>
229+
<item>
230+
<widget class="QCheckBox" name="spendZeroConfChange">
231+
<property name="toolTip">
232+
<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>
233+
</property>
234+
<property name="text">
235+
<string>&amp;Spend unconfirmed change</string>
236+
</property>
237+
</widget>
238+
</item>
239+
</layout>
239240
</widget>
240241
</item>
241242
<item>

0 commit comments

Comments
 (0)