Skip to content
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

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

Merged
merged 1 commit into from May 9, 2024

Conversation

knst
Copy link
Collaborator

@knst knst commented Apr 23, 2024

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:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation
  • I have assigned this pull request to a milestone

@knst knst added this to the 21 milestone Apr 23, 2024
Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK (assuming bitcoin-core/gui#176 is going to be backported soon/before v21 release cause otherwise it looks a bit weird when tx list starts to lean left on resize)

@knst knst changed the title fix(gui): remove stretchers from Overview page when it's not needed fix(qt): remove stretchers from Overview page when it's not needed Apr 24, 2024
@knst
Copy link
Collaborator Author

knst commented Apr 30, 2024

@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

Copy link
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

light-ACK

@PastaPastaPasta PastaPastaPasta merged commit c617d4a into dashpay:develop May 9, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants