Skip to content

Commit

Permalink
Merge pull request godotengine#65632 from YeldhamDev/thin_editors
Browse files Browse the repository at this point in the history
Shrink shader editor's oversized borders
  • Loading branch information
akien-mga committed Sep 13, 2022
2 parents be0b77f + c2553f5 commit 2ac8bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/plugins/shader_editor_plugin.h
Expand Up @@ -115,8 +115,8 @@ class ShaderTextEditor : public CodeTextEditor {
ShaderTextEditor();
};

class ShaderEditor : public PanelContainer {
GDCLASS(ShaderEditor, PanelContainer);
class ShaderEditor : public MarginContainer {
GDCLASS(ShaderEditor, MarginContainer);

enum {
EDIT_UNDO,
Expand Down

0 comments on commit 2ac8bcd

Please sign in to comment.