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 710461 - buttons in headerbar aren't aligned correctly
buttons in headerbar aren't aligned correctly
Status: RESOLVED FIXED
Product: polari
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Polari maintainers
Polari maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-18 14:40 UTC by William Jon McCann
Modified: 2013-10-18 14:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (11.19 KB, image/png)
2013-10-18 14:40 UTC, William Jon McCann
  Details
ui: Fix alignment of header bar buttons on left (1.24 KB, patch)
2013-10-18 14:59 UTC, Florian Müllner
committed Details | Review

Description William Jon McCann 2013-10-18 14:40:00 UTC
Created attachment 257645 [details]
screenshot

The show-user-list button seems to be properly aligned but the add and select buttons are not.
Comment 1 Florian Müllner 2013-10-18 14:59:30 UTC
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.
Comment 2 Florian Müllner 2013-10-18 14:59:49 UTC
Attachment 257646 [details] pushed as 378341c - ui: Fix alignment of header bar buttons on left