GNOME Bugzilla – Bug 682766
[regression] Welcome dialog's ButtonBox items' width is sometimes inconsistent
Last modified: 2013-11-03 20:22:53 UTC
If you have buttons with short labels and a button with a long label, beyond a certain label length, the small buttons will "shrink" inside the buttonbox instead of properly using the available width homogeneously (as they used to do in GTK2).
Created attachment 222512 [details] screencast
Created attachment 222513 [details] glade3 file
this is intentional, to avoid having one 'outlier' overlong button making your dialog super-wide. To cite the buttonbox docs: * The main purpose of GtkButtonBox is to make sure the children have all the * same size. GtkButtonBox gives all children the same size, but it does allow * 'outliers' to keep their own larger size. To force all children to be * strictly the same size without exceptions, you can set the * #GtkButtonBox:homogeneous property to %TRUE.
Thanks for that pointer Matthias, finally got around to trying it out today and you are indeed correct. Moving the bug back to Pitivi and will make a fix there.
commit e33598c08e3f69f26319b03e0f849a1241e8cdd1 Author: Jean-François Fortin Tam <nekohayo@gmail.com> Date: Sun Nov 3 21:20:07 2013 +0100 ui/startupwizard: Force ButtonBox items to have a homogeneous/uniform width Fixes bug #682766