Skip to content
  • Florian Müllner's avatar
    js: Explicitly set expand of St.Bin children · b02800f8
    Florian Müllner authored and Marge Bot's avatar Marge Bot committed
    Right now, St.Bin ignores the child's expand properties, and
    instead expands the child if its alignment is set to FILL.
    
    This will change when we replace the custom allocation code
    with a layout manager, so to prepare for that, set the expand
    property where needed to keep the expected behavior.
    
    Part-of: <!3046>
    b02800f8