From 7e9a45842e19e5ffd1c6ec59f04312adaf147b13 Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Mon, 18 Nov 2019 09:42:28 +0100 Subject: Fixed ScriptEditorDebugger minimum size Changed to MarginContainer to enforce debugger tabs minimum size on the parent, avoids overlapping controls with Profiler and Network Profiler tabs. Fixes #20837 --- editor/script_editor_debugger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/script_editor_debugger.h') diff --git a/editor/script_editor_debugger.h b/editor/script_editor_debugger.h index 14b024d066..c885614dab 100644 --- a/editor/script_editor_debugger.h +++ b/editor/script_editor_debugger.h @@ -55,9 +55,9 @@ class EditorNetworkProfiler; class ScriptEditorDebuggerInspectedObject; -class ScriptEditorDebugger : public Control { +class ScriptEditorDebugger : public MarginContainer { - GDCLASS(ScriptEditorDebugger, Control); + GDCLASS(ScriptEditorDebugger, MarginContainer); public: enum CameraOverride { -- cgit v1.2.3