GNOME Bugzilla – Bug 767932
center widget in GtkBox does not work when packed as custom title in GtkHeaderBar
Last modified: 2016-06-26 22:36:27 UTC
Created attachment 330173 [details] test case for invalid center sizing in headerbar If I set a GtkBox as the custom title in a GtkHeaderBar, I would expect its center_widget to be respected (and sizing of start/end packed widgets to be taken into account). Instead, it seems to just allocate the whole thing centered.
Created attachment 330216 [details] test case for box in headerbar vs window contents Here is a better test case that shows the same box in the headerbar vs in the main content area of a window. I would expect them to behave similarly.
given bug 724332 is done now i think you're squared away here now. If i'm wrong, please reopen.