#how to resize everything with my window?
1 messages · Page 1 of 1 (latest)
They must be a child of a Control node and have their sizing set trough anchors.
:kisses:
thank you for the information, is it possible for an hbox to resize it's child nodes if it's also anchored?
I think that's set on the children.
size_flags_horizontal/vertical control how the children is treated.
size_flags_stretch_ratio controls how much their size is affected when compared to other siblings. (higher ratio means they occupy more space than the others.)
where is size_flags
It should appear in the child node
It is a property/variable so it appears in the Inspector alongside the rest.
You can also set it from the 2D viewport on the top bar while a Control node is selected (and they are a child of a Container of any sort)
i couldn't find the size_flags, but i found a reddit post and I fixed my issue by doing Settings > Display > Window > "Mode to Canvas Items" and "Aspect to Expand"