GNOME Bugzilla – Bug 734753
Path bar - buttons don't have enough padding
Last modified: 2014-08-29 03:10:44 UTC
Created attachment 283333 [details] before and after screenshot This is something that came in with the Adwaita rewrite - pathbar buttons don't have enough padding. Everything is very tight, and text and icons in the buttons aren't vertically centered. The following CSS in the inspector seems to fix things for me: .text-button { padding: 6px 12px 6px 12px; } I've attached a before and after screenshot.
The 'lack' of padding is to have more buttons fit in the pathbar which is particularly relevant in nautilus side by side usage
See https://bugzilla.gnome.org/show_bug.cgi?id=733313
(In reply to comment #1) > The 'lack' of padding is to have more buttons fit in the pathbar which is > particularly relevant in nautilus side by side usage Could we meet half-way? It doesn't look great to me, currently. Also, what do you think of the vertical alignment issues? They're bugging me...
We can go the buttonless pathbar in the future, but for now I'm definitely leaning towards having some horizontal whitespace. Looks really unbalanced as is.
Created attachment 284765 [details] [review] Adwaita: pathbar whitespace - optically center icons + labels vertically. It isn't actually centered, but feels more balanced - add some left/right padding
Created attachment 284766 [details] screenshot of the suggested change of spacing
Attachment 284765 [details] pushed as c5d4485 - Adwaita: pathbar whitespace