GNOME Bugzilla – Bug 710461
buttons in headerbar aren't aligned correctly
Last modified: 2013-10-18 14:59:52 UTC
Created attachment 257645 [details] screenshot The show-user-list button seems to be properly aligned but the add and select buttons are not.
Created attachment 257646 [details] [review] ui: Fix alignment of header bar buttons on left We set the bottom padding to zero so the separator extends to the bottom of the header bar; however with a non-zero top padding, the buttons end up off-center. Just set both top and bottom padding to zero and rely on the alignment for the buttons.
Attachment 257646 [details] pushed as 378341c - ui: Fix alignment of header bar buttons on left