GNOME Bugzilla – Bug 683009
Lack of padding in appmenu submenus
Last modified: 2012-09-06 11:57:48 UTC
Created attachment 222899 [details] screenshot The eog appmenu has a submenu with switches in it. It looks awful.
Created attachment 223634 [details] [review] popupSubMenu: Only remove padding when scrollbar is shown The special padding rules for submenu items currently ensure that content aligns properly when the scrollbar is shown. While they work nicely for the network menu, it looks odd for non-scrolled submenus, so make this case explicit by introducing a :scrolled pseudo class and adjust the style rules to use it.
Review of attachment 223634 [details] [review]: Ok
Attachment 223634 [details] pushed as 5847728 - popupSubMenu: Only remove padding when scrollbar is shown