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