1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Minor cleanup in the Project Manager

This commit is contained in:
Michael Alexsander Silva Dias
2019-02-11 19:35:31 -02:00
parent f12b47b65e
commit da45f1bf85
2 changed files with 5 additions and 8 deletions

View File

@@ -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);