GNOME Bugzilla – Bug 677300
Add 3 px padding above and below the searchbar
Last modified: 2014-01-12 23:07:44 UTC
Created attachment 215463 [details] screenshot For HIG compliance and better aesthetics, please add 3 pixels of spacing/padding below and above the search bar. That should make it feel less cramped below the main toolbar, with almost insignificant loss of vertical space (in exchange for better usability).
Created attachment 215464 [details] mockup
No objections here.
Created attachment 240848 [details] [review] proposed patch (untested) Hi Matthew, would you be kind enough to try this and see if that is the correct fix? I just naïvely checked out the code and made this one-liner, I don't actually have a build of evolution so this is theoretical.
The extra padding looks good, but the info area at the top of the sidebar needs to be the same height or else the misalignment is very noticeable. Best way to do this is with a GtkSizeGroup, which EShellView used to have. Not sure why it got removed. Brought the GtkSizeGroup back here: https://git.gnome.org/browse/evolution/commit/?id=e17db00f41d85ef48088fd29c2c55f82875682bd And committed your patch here: https://git.gnome.org/browse/evolution/commit/?id=23612851212b790717218cb7b065619f2a0c274e Fixed for Evolution 3.9.1.
Odd... I'm running Evolution 3.10.3 and I still don't see any spacing above (and below) that area. It pretty much looks identical to the original screenshot. Matthew, does this work on yours?
It got dropped accidentally as part of bug 709428. I'll re-add it.
Fixed for 3.11.4 and 3.10.4: https://git.gnome.org/browse/evolution/commit/?id=359b7b45d33c1f9b02b0ba56bc25914c7346cd89 https://git.gnome.org/browse/evolution/commit/?h=gnome-3-10&id=679b3e5a5b2c47269c14be11e91655f6fce7faad