After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 614356 - add homogeneous sizing to StBoxLayout
add homogeneous sizing to StBoxLayout
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: st
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-03-30 13:03 UTC by Dan Winship
Modified: 2013-09-07 00:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Winship 2010-03-30 13:03:30 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.
Comment 1 Florian Müllner 2010-03-30 13:16:25 UTC
Alternatively, setting expand=true on each child could be made to have this effect.
Comment 2 Florian Müllner 2013-09-07 00:11:41 UTC
We can now do this by setting box.layout_manager.homogeneous.