GNOME Bugzilla – Bug 692139
continue button lacks padding
Last modified: 2016-03-31 14:01:09 UTC
Created attachment 233950 [details] screenshot The text on the button is all crammed towards the sides of the button.
Mockup by jimmac for comparison. https://raw.github.com/gnome-design-team/gnome-mockups/master/boxes/boxes-install2.1.png
the Cancel button also suffers some a bit of the same issue, but not as severe as Continue
The padding on the cancel/back buttons is just due to the buttons being made the same size. We should just add some l/r padding to all buttons.
This is due to adwaita doing: .toolbar .button { padding: 1px; } Setting the left/right padding to 0. This was done in: http://git.gnome.org/browse/gnome-themes-standard/commit/?id=bb123011881e2adeba9504a2e5a15ad3464281e6 not sure exactly why, but its been some time since then and e.g. -GtkButton-inner-border which Adwaita still uses has become ignored since then. So maybe its an accidental issue?
Created attachment 234154 [details] [review] Update to latest libgd -- I now fixed the style used for those toolbar buttons in GdMainToolbar/Adwaita. The latest version of GdMainToolbar is needed to get the right padding; attached patch bumps the libgd version.
Review of attachment 234154 [details] [review]: ack
Attachment 234154 [details] pushed as ccf7918 - Update to latest libgd