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

More Qt tweaks #3200

Merged
merged 5 commits into from
Nov 18, 2019
Merged

More Qt tweaks #3200

merged 5 commits into from
Nov 18, 2019

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Nov 15, 2019

12439e9 + 3cd14a5 - remove the border in popups

Before:
Screenshot 2019-11-15 at 16 26 15

After 12439e9:
Screenshot 2019-11-15 at 16 27 32

After 12439e9 + 3cd14a5:
Screenshot 2019-11-16 at 04 32 44

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

Before:
Screenshot 2019-11-15 at 16 27 11
Screenshot 2019-11-15 at 16 26 34

After:
Screenshot 2019-11-15 at 16 27 54
Screenshot 2019-11-15 at 16 27 44

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)

@UdjinM6 UdjinM6 added this to the 14.1 milestone Nov 15, 2019
@PastaPastaPasta
Copy link
Member

looking at the first before and after image, why are a couple pixels missing on each corner?

@UdjinM6
Copy link
Author

UdjinM6 commented Nov 16, 2019

@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.

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.

utACK, LGTM

Copy link

@nmarley nmarley left a comment

Choose a reason for hiding this comment

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

slightly tested ACK

Copy link

@codablock codablock left a comment

Choose a reason for hiding this comment

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

utACK

@UdjinM6 UdjinM6 merged commit 63cc22d into dashpay:develop Nov 18, 2019
barrystyle pushed a commit to PACGlobalOfficial/PAC that referenced this pull request Jan 22, 2020
* 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)
FornaxA pushed a commit to ioncoincore/ion that referenced this pull request Jul 6, 2020
* 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]>
@UdjinM6 UdjinM6 deleted the qttweaks2 branch November 26, 2020 13:28
cryptolinux pushed a commit to cryptolinux/ion that referenced this pull request Feb 6, 2021
* 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]>
ckti pushed a commit to ckti-gitian-ion/ion that referenced this pull request Mar 29, 2021
* 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]>
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.

4 participants