GNOME Bugzilla – Bug 706191
System menu - align submenu labels with parent
Last modified: 2017-12-11 15:20:27 UTC
Created attachment 252004 [details] modified screenshot The labels for submenu items are much further to the left than the labels for parent menu items. This makes them hard to read, and it looks bad. The modified screenshot demonstrates the issue.
The screenshot was missing the icons, so it looked bad for a different reason. Is this something we still want?
(In reply to comment #1) > The screenshot was missing the icons, so it looked bad for a different reason. > Is this something we still want? Yes, the missing icons was separate.
Not a critical issue, and Jasper says he doesn't plan to fix it for 3.10.
Created attachment 364011 [details] [review] system: Align submenu labels with parent All section titles use an icon, while all corresponding submenu items are plain-text. As a result, labels in submenus aren't aligned with the labels in the parent, which makes them harder to read and look unbalanced. Address this by adding additional whitespace to submenu items to account for the additional elements in the title.
Created attachment 364788 [details] [review] system: Align submenu labels with parent Fix focus/hover highlight in submenus.
Review of attachment 364788 [details] [review]: lgtm
Attachment 364788 [details] pushed as fb9db4e - system: Align submenu labels with parent