Minor cleanup in the Project Manager
This commit is contained in:
parent
f12b47b65e
commit
da45f1bf85
2 changed files with 5 additions and 8 deletions
|
|
@ -4990,7 +4990,6 @@ EditorNode::EditorNode() {
|
|||
main_vbox = memnew(VBoxContainer);
|
||||
gui_base->add_child(main_vbox);
|
||||
main_vbox->set_anchors_and_margins_preset(Control::PRESET_WIDE, Control::PRESET_MODE_MINSIZE, 8);
|
||||
main_vbox->set_margin(MARGIN_TOP, 5 * EDSCALE);
|
||||
|
||||
menu_hb = memnew(HBoxContainer);
|
||||
main_vbox->add_child(menu_hb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue