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

Menu separators inconsistent #48

Open
FLHerne opened this issue Jan 4, 2016 · 0 comments
Open

Menu separators inconsistent #48

FLHerne opened this issue Jan 4, 2016 · 0 comments

Comments

@FLHerne
Copy link

FLHerne commented Jan 4, 2016

In Qt, the separators in menus have 3px padding above and below, making them 7px high overall. The central line reaches both edges of the menu.

In Gtk3, this padding is doubled to 6px, for a total height of 13px. This adds a lot of whitespace in menus with a few separators. There are gaps to each side of the line.

In Gtk2, there is 3px padding above and 6px below. This makes the separators look rather uneven. There are also gaps.

Qt5
menu_qt5
Gtk3
menu_gtk3
Gtk2
menu_gtk2_top
menu_gtk2_bottom

@FLHerne FLHerne changed the title Gtk3 - menu separators too fat Menu separators inconsistent Jan 4, 2016
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

No branches or pull requests

1 participant