GNOME Bugzilla – Bug 614356
add homogeneous sizing to StBoxLayout
Last modified: 2013-09-07 00:11:41 UTC
Florian mentioned in bug 614144 comment 8 that he was using an StTable instead of StBoxLayout basically because StTable has a "homogeneous" property and StBoxLayout doesn't. I ran into this problem at one point as well (though I don't remember where). It wouldn't be that hard to add homogeneous to StBoxLayout, so we should probably do that.
Alternatively, setting expand=true on each child could be made to have this effect.
We can now do this by setting box.layout_manager.homogeneous.