Hello, I have a control scene with some labels, and i wanted to display two of them next to each other, so i tried to use a HBoxContainer node in another scene to display them that way but it seems like the HBoxContainer consider that the scene that i instantiate as children have no width and display one on top of the other:
The control scene i created:
What happend within the HBox container:
Adjusting size/anchors of the containers seems to not fix the problem, i tried to override the separation constant of the HBoxContainer, which allow to see both nodes but is not really what i need (don't want to adjust this each time the contained control changes).
That's my first time doing ui in godot and playing with containers, so i'm probably missing something. Does anyone know what i am doing wrong ?