summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Alexsander <michaelalexsander@protonmail.com>2022-09-10 17:35:50 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2022-09-10 17:58:31 -0300
commitc2553f530be9c137fe992d5d4521e13de92a32b2 (patch)
treef40a0bad72d311c576020ad6d21db76e527c4f1f
parentb52305351d417c47ce019529fb511ecfd72c07e4 (diff)
Shrink shader editor's oversized borders
-rw-r--r--editor/plugins/shader_editor_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/shader_editor_plugin.h b/editor/plugins/shader_editor_plugin.h
index afd38ef71a..f48b2fc70e 100644
--- a/editor/plugins/shader_editor_plugin.h
+++ b/editor/plugins/shader_editor_plugin.h
@@ -115,8 +115,8 @@ public:
ShaderTextEditor();
};
-class ShaderEditor : public PanelContainer {
- GDCLASS(ShaderEditor, PanelContainer);
+class ShaderEditor : public MarginContainer {
+ GDCLASS(ShaderEditor, MarginContainer);
enum {
EDIT_UNDO,