1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

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
This commit is contained in:
PouleyKetchoupp
2019-11-18 09:42:28 +01:00
parent 58ca9f17a2
commit 7e9a45842e
2 changed files with 9 additions and 8 deletions

View File

@@ -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 {