diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-02-11 19:35:31 -0200 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-02-12 08:25:09 -0200 |
commit | da45f1bf85444310c532b5dbf09659b406135b30 (patch) | |
tree | 0cf1c8d64c11f86b853e0840b46829dc79c20c0b /editor/editor_node.cpp | |
parent | f12b47b65e975f5aa5426792c86420c5360a09ef (diff) |
Minor cleanup in the Project Manager
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r-- | editor/editor_node.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index d7e8869428..18858ae2aa 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -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); |