GNOME Bugzilla – Bug 666242
Separators in menuitem are not vertically aligned
Last modified: 2011-12-15 17:54:58 UTC
separators in menuitems are not vertically aligned, the padding is not even. applies to both wide and normal separators
Yes, I'm on this.
Created attachment 203582 [details] [review] menuitem: don't request twice the padding for separator menu items Padding was requested twice for separator menu items.
Created attachment 203583 [details] [review] menuitem: force odd height if we're not using wide separators So that the 1px line can receive the same amount of space above and below.
Created attachment 203584 [details] [review] menuitem: properly respect padding when drawing the separators Use the padding when calculating the draw coordinates of the separator.
Attachment 203582 [details] pushed as 20e94c1 - menuitem: don't request twice the padding for separator menu items Attachment 203583 [details] pushed as 713df0c - menuitem: force odd height if we're not using wide separators Attachment 203584 [details] pushed as 4d76b10 - menuitem: properly respect padding when drawing the separators Pushed to master.