Issues with buttons sizes

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Not_a_Robot
:warning: Old Version Published before Godot 3 was released.

Hello!

I’m struggling with the following problem:
This is what I have in the editor:

And this is what the execution of the scene shows:

I’m not sure about how to solve this. The gender images are 512x512 and I modified their size in the inspector to 120,100

Any help is appreciated!

As a workaround, I deleted the container.

Not_a_Robot | 2016-07-08 22:32

:bust_in_silhouette: Reply From: jackmakesthings

Try putting a VBoxContainer around any elements you want stacked, so you get a hierarchy like:

Panel
 VBoxContainer
   createCharacter
   HBoxContainer
     male
     female
   name