mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
qt, refactor: Fix indentation
This commit is contained in:
@@ -51,20 +51,20 @@
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_Main_Prune">
|
<layout class="QHBoxLayout" name="horizontalLayout_Main_Prune">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="prune">
|
<widget class="QCheckBox" name="prune">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<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>
|
<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>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Prune &block storage to</string>
|
<string>Prune &block storage to</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QSpinBox" name="pruneSize"/>
|
<widget class="QSpinBox" name="pruneSize"/>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="pruneSizeUnitLabel">
|
<widget class="QLabel" name="pruneSizeUnitLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -245,27 +245,27 @@
|
|||||||
<string>External Signer (e.g. hardware wallet)</string>
|
<string>External Signer (e.g. hardware wallet)</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayoutHww">
|
<layout class="QVBoxLayout" name="verticalLayoutHww">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayoutHww">
|
<layout class="QHBoxLayout" name="horizontalLayoutHww">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="externalSignerPathLabel">
|
<widget class="QLabel" name="externalSignerPathLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&External signer script path</string>
|
<string>&External signer script path</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>externalSignerPath</cstring>
|
<cstring>externalSignerPath</cstring>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="externalSignerPath">
|
<widget class="QLineEdit" name="externalSignerPath">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<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>
|
<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>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user