GNOME Bugzilla – Bug 721741
The positions of the buttons in the headerbar is wrong
Last modified: 2014-02-20 09:39:09 UTC
After the following commit in gtk+, the positions of the buttons in the headerbar is wrong: https://git.gnome.org/browse/gtk+/commit/?id=c3e91c70317b337c72282a1aad68fc82a82bf9e9
Created attachment 265595 [details] [review] headerbar: Fix item positions
Review of attachment 265595 [details] [review]: This breaks buttons display on 3.8/3.10, so we either should find a universal way or master should be built without 3.8/3.10 compatibility
As we've discussed in IRC, another option is porting to GtkBox, which seems to be the best one
Created attachment 267810 [details] [review] headerbar: Fix item positions
I tested the patch and it works as intended. The search button seems to be 1px taller than the selection mode one... don't know if that's related to this or not.
(In reply to comment #5) > I tested the patch and it works as intended. ... Actually, no it doesn't - the view switcher is missing.
Attachment 267810 [details] pushed as 75f4a0b - headerbar: Fix item positions
Fixed in https://git.gnome.org/browse/gnome-music/commit/?id=75f4a0b (view switcher appeared correctly for me)
*** Bug 724666 has been marked as a duplicate of this bug. ***