glsp icon indicating copy to clipboard operation
glsp copied to clipboard

H/VBox layout h/vGrab doesn't work with resizeContainer=false

Open CamilleLetavernier opened this issue 2 years ago • 0 comments

When using HBoxLayout + hGrab=true on the children, we expect child nodes to share the available space in the parent Hbox. However, if the parent HBox also specifies resizeContainer=false, it seems that all children get a size of 0 instead of being increased.

The same issue likely occurs for VBoxLayout + vGrab=true + resizeContainer=false, as both layouts are implemented in a similar way.

CamilleLetavernier avatar Sep 18 '23 09:09 CamilleLetavernier