-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
More Qt tweaks #3200
More Qt tweaks #3200
Conversation
looking at the first before and after image, why are a couple pixels missing on each corner? |
@PastaPastaPasta good catch, I didn't notice this! It looks like the outer border is still rounded for some reason and I can't find a way to fix this. I wonder how things look like on other OSes... but thinking more about it - why do we have the black border at all here? There is no such thing for context menus for example (which are kind of similar to comboboxes in some sense). Pushed 3cd14a5 with the updated style and added new screenshot in the PR description. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK, LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slightly tested ACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
* Fix combobox popup style * Unify margins/paddings/height for lineedits/comboboxes/spinboxes * Drop walletframe_background * Add transparency to unchecked.png * Alternative solution for comboboxes (no border for popups, add paddings in QListView)
* Fix combobox popup style * Unify margins/paddings/height for lineedits/comboboxes/spinboxes * Drop walletframe_background * Add transparency to unchecked.png * Alternative solution for comboboxes (no border for popups, add paddings in QListView) Signed-off-by: cevap <[email protected]>
* Fix combobox popup style * Unify margins/paddings/height for lineedits/comboboxes/spinboxes * Drop walletframe_background * Add transparency to unchecked.png * Alternative solution for comboboxes (no border for popups, add paddings in QListView) Signed-off-by: cevap <[email protected]>
* Fix combobox popup style * Unify margins/paddings/height for lineedits/comboboxes/spinboxes * Drop walletframe_background * Add transparency to unchecked.png * Alternative solution for comboboxes (no border for popups, add paddings in QListView) Signed-off-by: cevap <[email protected]>
12439e9 + 3cd14a5 - remove the border in popups
Before:

After 12439e9:

After 12439e9 + 3cd14a5:

492e810 - unify the look of elements and fix the (ugly) outline
Before:


After:


7bd524d - the background is just a huge white png now, this can be easily done via css instead (no visual changes)
14f1a8f - changed the inner part to be a transparent one (no visual changes)