dashpay / dash

Dash - Reinventing Cryptocurrency
https://www.dash.org
MIT License
1.49k stars 1.2k forks source link

fix(qt): remove stretchers from Overview page when it's not needed #5992

Closed knst closed 4 months ago

knst commented 4 months ago

Issue being fixed or feature implemented

Overview page has strange stretching on sides, which make balance moving left-right when window is scalled. image image

What was done?

Removed stretches for Overview Page from the sides, it makes window a little more balanced. This PR lets to do backport of bitcoin-core/gui#176 which improves behavior further more be increasing size of "transaction list" part of window.

How Has This Been Tested?

See screenshot. Resized window with/without patch, in "Discreet mode" off and on. Both looks not perfect but better than before.

Breaking Changes

N/A

Checklist:

knst commented 4 months ago

@knst knst force-pushed the fix-qt-overview branch from dd8b1ed to b9a2ce7

due to feature_proxy.py failed without IPv6. rebased on the top of develop