GNOME Bugzilla – Bug 762590
The headerbar could be resized to smaller than the window width
Last modified: 2016-02-24 12:50:39 UTC
Created attachment 322219 [details] Screenshot. On a Wayland session at least, the window could be resized so that the headerbar finishes smaller than the general width.
The following fix has been pushed: 0c2e137 mainWindow: Only use fixed-size-sidebar hack for natural size
Created attachment 322234 [details] [review] mainWindow: Only use fixed-size-sidebar hack for natural size Reporting a fixed minimum size apparently confuses GTK+ in some cases - luckily we don't actually need it, as GtkWidget already allows to override it via set_size_request(), so use that and limit the hack to restricting the maximum size.