GNOME Bugzilla – Bug 730547
External Plugin toolbar options wrongly spaced
Last modified: 2014-05-21 23:04:55 UTC
Created attachment 276954 [details] oddly placed external plugin menu Pictures paint a thousand words and all that... For those of use who have written external plugins and are making use of the toolbar API, you'll notice that our extra toolbar menus are oddly spaced. It looks like extra menu objects are using a "homogenous" setting in the Gtk.Grid (speculation). I've looked in data/ui but can't see a glade setting to tweak - I presume then the toolbars are built up in code but dont know where. Is there any chance of tweaking this so that external plugins options sit nicely next to the standard toolbar options To show what I mean - first picture shows the oddly placed toolbar option. Second picture shows that same toolbar option in my custom toolbar equivalent in coverart-browser
Created attachment 276955 [details] similar external plugin menu tightly spaced within custom toolbar
commit e78ff21 fixes this