Fit grid with label and component of editor
This commit is contained in:
parent
5b3709d309
commit
a2ad2eedbb
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ MarginContainer *VBoxContainer::add_margin_child(const String &p_label, Control
|
|||
l->set_text(p_label);
|
||||
add_child(l);
|
||||
MarginContainer *mc = memnew(MarginContainer);
|
||||
mc->add_constant_override("margin_left", 0);
|
||||
mc->add_child(p_control);
|
||||
add_child(mc);
|
||||
if (p_expand)
|
||||
|
|
Loading…
Reference in a new issue