Skip to content

Commit 3dd3f7c

Browse files
author
MarcoFalke
committed
Merge bitcoin-core#155: Fix checkbox layout in Create Wallet dialog
e71b656 qt: Align layout of checkboxes (Hennadii Stepanov) Pull request description: From bitcoin/bitcoin#20555 (comment): > 0.21.0rc3 compiled from source, Ubuntu 20.04 + i3: tested mainnet, testnet, and signet. created a descriptor wallet in qt, tested torv3 with addnode, and checked if anchors.dat is created on shutdown and removed on startup. > > I've noticed the "Advanced options" label being cut-off in the wallet creation dialog. This PR should fix this issue. ACKs for top commit: MarcoFalke: review ACK e71b656 Tree-SHA512: dcc997a440a96fc936296323afaf9f4040ac06cf5ad32724a88c2e2e16c726c35b1b2bacbb3e081839d8a69b5a6086b2570d6b2e98976f29b5427db2d434eee9
2 parents b27104d + e71b656 commit 3dd3f7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/qt/forms/createwalletdialog.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<rect>
6161
<x>20</x>
6262
<y>50</y>
63-
<width>171</width>
63+
<width>220</width>
6464
<height>22</height>
6565
</rect>
6666
</property>
@@ -79,7 +79,7 @@
7979
<rect>
8080
<x>20</x>
8181
<y>90</y>
82-
<width>130</width>
82+
<width>220</width>
8383
<height>21</height>
8484
</rect>
8585
</property>
@@ -98,7 +98,7 @@
9898
<rect>
9999
<x>20</x>
100100
<y>115</y>
101-
<width>171</width>
101+
<width>220</width>
102102
<height>22</height>
103103
</rect>
104104
</property>
@@ -130,7 +130,7 @@
130130
<rect>
131131
<x>20</x>
132132
<y>155</y>
133-
<width>171</width>
133+
<width>220</width>
134134
<height>22</height>
135135
</rect>
136136
</property>

0 commit comments

Comments
 (0)