Skip to content

Commit 62b125f

Browse files
committed
qt, refactor: Fix indentation
1 parent ad28b66 commit 62b125f

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

src/qt/forms/optionsdialog.ui

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@
5151
</spacer>
5252
</item>
5353
<item>
54-
<layout class="QHBoxLayout" name="horizontalLayout_Main_Prune">
55-
<item>
56-
<widget class="QCheckBox" name="prune">
57-
<property name="toolTip">
58-
<string>Enabling pruning significantly reduces the disk space required to store transactions. All blocks are still fully validated. Reverting this setting requires re-downloading the entire blockchain.</string>
59-
</property>
60-
<property name="text">
61-
<string>Prune &amp;block storage to</string>
62-
</property>
63-
</widget>
64-
</item>
65-
<item>
66-
<widget class="QSpinBox" name="pruneSize"/>
67-
</item>
54+
<layout class="QHBoxLayout" name="horizontalLayout_Main_Prune">
55+
<item>
56+
<widget class="QCheckBox" name="prune">
57+
<property name="toolTip">
58+
<string>Enabling pruning significantly reduces the disk space required to store transactions. All blocks are still fully validated. Reverting this setting requires re-downloading the entire blockchain.</string>
59+
</property>
60+
<property name="text">
61+
<string>Prune &amp;block storage to</string>
62+
</property>
63+
</widget>
64+
</item>
65+
<item>
66+
<widget class="QSpinBox" name="pruneSize"/>
67+
</item>
6868
<item>
6969
<widget class="QLabel" name="pruneSizeUnitLabel">
7070
<property name="text">
@@ -245,27 +245,27 @@
245245
<string>External Signer (e.g. hardware wallet)</string>
246246
</property>
247247
<layout class="QVBoxLayout" name="verticalLayoutHww">
248-
<item>
249-
<layout class="QHBoxLayout" name="horizontalLayoutHww">
250-
<item>
251-
<widget class="QLabel" name="externalSignerPathLabel">
252-
<property name="text">
253-
<string>&amp;External signer script path</string>
254-
</property>
255-
<property name="buddy">
256-
<cstring>externalSignerPath</cstring>
257-
</property>
258-
</widget>
259-
</item>
260-
<item>
261-
<widget class="QLineEdit" name="externalSignerPath">
262-
<property name="toolTip">
263-
<string>Full path to a Bitcoin Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins!</string>
264-
</property>
265-
</widget>
266-
</item>
267-
</layout>
268-
</item>
248+
<item>
249+
<layout class="QHBoxLayout" name="horizontalLayoutHww">
250+
<item>
251+
<widget class="QLabel" name="externalSignerPathLabel">
252+
<property name="text">
253+
<string>&amp;External signer script path</string>
254+
</property>
255+
<property name="buddy">
256+
<cstring>externalSignerPath</cstring>
257+
</property>
258+
</widget>
259+
</item>
260+
<item>
261+
<widget class="QLineEdit" name="externalSignerPath">
262+
<property name="toolTip">
263+
<string>Full path to a Bitcoin Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins!</string>
264+
</property>
265+
</widget>
266+
</item>
267+
</layout>
268+
</item>
269269
</layout>
270270
</widget>
271271
</item>

0 commit comments

Comments
 (0)