You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user