BoxContainer ContainerSizing options aren't in the inspector.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By mrgabr

I’m currently making a UI, using HBoxContainers and VBoxContainers to make everything nice and dynamic. However, I noticed that I don’t seem to have the options that the documentation would suggest I should have - I only see an Alignment field, with no Container sizing field for sizing options. Are these not in the inspector? I’ve been having to get around this with minimum size overrides in each individual widget, especially for labels, as they get shrunk to 0x0.

:bust_in_silhouette: Reply From: zeludtnecniv

Hi,
What you looking at can be found in the Layout field when expanded. Last element will be the Container sizing field.

Ah. It was in the layout section of the child nodes.

mrgabr | 2023-06-29 16:22