I cannot seem to be able to expand HBoxContainers

Godot Version

Godot 4.4

Question

I’m following an older guide to make a menu and in HBoxContainer I should find a Container Sizing submenu where I should set expand to see my buttons correctly.
The problem is that I only have a Container Sizing submenu in the root Control Node.
I cannot seem to find any information about a change in how control nodes works, even the official documentation refers to the expand flag.

Is there something I’m missing?

Edit:

I found what I was looking for, the problem was that the container sizing option refer to the child components, so the various buttons inside the HBoxContainer

1 Like