-
Notifications
You must be signed in to change notification settings - Fork 333
Fix checkbox layout in Create Wallet dialog #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc @0xB10C |
|
review ACK e71b656 didn't test |
|
Shouldn't this be a flexible (stretch layout instead of fixed pixles? |
Github-Pull: bitcoin-core/gui#155 Rebased-From: e71b656
|
This can be reworked for 0.22, but I think for rc4 we should aim for a minimal fix |
The goal of this PR was the minimal fix as @MarcoFalke said. Besides, the issue has spotted on i3 window manager, and the real problem could be much deeper. |
|
post merge utACK the fix. I missed the rc4 issue or 0.21 tag... |
e71b656 qt: Align layout of checkboxes (Hennadii Stepanov) Pull request description: From 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
Github-Pull: bitcoin-core/gui#155 Rebased-From: e71b656f317f38ef0ba0874736f116dae39efc67
Github-Pull: bitcoin-core/gui#155 Rebased-From: e71b656f317f38ef0ba0874736f116dae39efc67
Github-Pull: bitcoin-core/gui#155 Rebased-From: e71b656 (cherry picked from commit ef7a155)
Github-Pull: bitcoin-core/gui#155 Rebased-From: e71b656 (cherry picked from commit ef7a155)
Github-Pull: bitcoin-core/gui#155 Rebased-From: e71b656 (cherry picked from commit ef7a155)


From bitcoin/bitcoin#20555 (comment):
This PR should fix this issue.