#VBox not respecting GridContainer

1 messages · Page 1 of 1 (latest)

frosty summit
#

Panel Container underneath is just being drawn somewhere awkwardly in the middle. gdthinking

versed sail
#

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?)

frosty summit
#

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?

lean ice
#

Are the grow_flag_* set to expand?