From 898367810a92c83de509ff50857a06ffe4e2e727 Mon Sep 17 00:00:00 2001 From: Jayden Sipe Date: Tue, 28 Apr 2026 21:47:33 -0400 Subject: [PATCH] Replace `VSeparator` with `Control` in Misc tab --- editor/debugger/script_editor_debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);