#VBox not respecting GridContainer
1 messages · Page 1 of 1 (latest)
is your problem that something isn't getting cropped the way you expect? grid is overflowing the size available from its parent; the parent vbox container is obeying the maximum size from its own parent wrt its own element layouts
You could stick the grid in a scrollbox if you wanted it to be able to be-big-but-not-look-bad
(or indeed, set some crop values in the tree to just not draw the extra stuff that hangs out -- I guess at the margin containers?)
Okay. Yeah I don't want anything to get cropped or clipped
I thought everything was just gonna obey min size and take the space it needed. Might not be able to test right away but thank you.
The idea is that grid is the game grid and I need the whole thing visible at all times
Gave Vbox more breathing room, same story. How do I get it to just put the panel container underneath the grid?
Are the grow_flag_* set to expand?
