|
51 | 51 | </spacer> |
52 | 52 | </item> |
53 | 53 | <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 &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 &block storage to</string> |
| 62 | + </property> |
| 63 | + </widget> |
| 64 | + </item> |
| 65 | + <item> |
| 66 | + <widget class="QSpinBox" name="pruneSize"/> |
| 67 | + </item> |
68 | 68 | <item> |
69 | 69 | <widget class="QLabel" name="pruneSizeUnitLabel"> |
70 | 70 | <property name="text"> |
|
245 | 245 | <string>External Signer (e.g. hardware wallet)</string> |
246 | 246 | </property> |
247 | 247 | <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>&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>&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> |
269 | 269 | </layout> |
270 | 270 | </widget> |
271 | 271 | </item> |
|
0 commit comments