After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 732229 - Buttons in menus in popovers - alignment and spacing issues
Buttons in menus in popovers - alignment and spacing issues
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkPopover
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
3.14
Depends on:
Blocks:
 
 
Reported: 2014-06-25 13:10 UTC by Allan Day
Modified: 2014-06-28 07:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot, along with visual guidance (81.48 KB, image/png)
2014-06-25 13:10 UTC, Allan Day
Details

Description Allan Day 2014-06-25 13:10:09 UTC
Created attachment 279219 [details]
screenshot, along with visual guidance

When a set of buttons are embedded in a menu/popover, there are various spacing and size issues. This can be seen on page 2 of gtk3-widget-factory:

 * The buttons aren't tall enough (they should have the standard height).
 * There isn't enough vertical padding between the buttons and the menu items.
 * Checkboxes/radio buttons are not horizontally aligned with the separators, like menu item labels are. While this isn't directly related to the use of buttons in popovers, the issue is more noticeable when they are present.

A screenshot is attached, along with a modified version which indicates how the popover would ideally look.
Comment 1 Allan Day 2014-06-28 07:12:51 UTC
Thanks Matthias!