Commit 317777e
Merge bitcoin-core/gui#171: Use layout manager for Create Wallet dialog
d4feb68 qt: Use layout manager for Create Wallet dialog (Hennadii Stepanov)
Pull request description:
On master (e75f91e) not using layout manager causes problems with resizing:


Also text labels are not resized properly on some window managers (bitcoin#20777), or if their lengths are changed (after translation).
This PR introduces a standard layout manager for the "Create Wallet" dialog that fixes all layout issues (actually, the `createwalletdialog.ui` has been re-written from scratch):


Additional visual changes:
- advanced options are grouped in `QGroupBox` (bitcoin-core/gui#96 (comment))
- enabled the [size grip](https://doc.qt.io/qt-5/qsizegrip.html#details)
Fix bitcoin#20777
ACKs for top commit:
jarolrod:
ACK d4feb68
Sjors:
re-tACK d4feb68
promag:
Tested ACK d4feb68 on macos.
Tree-SHA512: 4c055962e49f88624900b880b33a866976d224628784593428b712d2e94563d77ddefddea3397134d20e72f738a8cf9aa885c1272fd9ffc90213c104435fb9f41 parent 83313a5 commit 317777e
1 file changed
+8
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
119 | 111 | | |
120 | 112 | | |
121 | 113 | | |
| |||
0 commit comments