diff --git a/editor/debugger/script_editor_debugger.cpp b/editor/debugger/script_editor_debugger.cpp index 5c73772f14..d44a043b17 100644 --- a/editor/debugger/script_editor_debugger.cpp +++ b/editor/debugger/script_editor_debugger.cpp @@ -2490,7 +2490,7 @@ Instead, use the monitors tab to obtain more precise VRAM usage. info_left->add_child(lehb); } - misc->add_child(memnew(VSeparator)); + misc->add_child(memnew(HSeparator)); HBoxContainer *buttons = memnew(HBoxContainer);