-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Skins / Qt6: menu icon position fix #12216
Conversation
Thanks @JoergAtGithub You only need to post screenshots if you notice significant deviation from my screenshots.
Good question. On Linux, the selected locale is applied to all menus. |
1 similar comment
Thanks @JoergAtGithub You only need to post screenshots if you notice significant deviation from my screenshots.
Good question. On Linux, the selected locale is applied to all menus. |
d994e4f
to
9d7ed3d
Compare
Maybe, though I have no idea where that would go. Having it appended to every cell's tooltip seems a bit annoying, especially if you're already aware of the feature. |
This PR is marked as stale because it has been open 90 days with no activity. |
Please fix the conflicts |
9d7ed3d
to
ada952c
Compare
I rebased onto 2.5.
|
I can confirm the issue is fixed: I cannot confirm the different checkbox sizes. @JoergAtGithub is this a regression form this PR? |
The differnent checkbox size is not a regression by this PR! |
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.
Thank you. This means macOS is not affected and we can merge.
... + some cleanup
Menu icons are are a bit off to the left.
With Qt6 the context menus should look like this:
(yes, this is expected to break styles with Qt5)
(yes, the shortcut Ctrl+a still overlaps "Select all")
Please verify on all OS and in all skins. Thanks!