diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-04-06 18:40:06 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-04-06 18:40:06 -0300 |
commit | 446ca21efa2dce8145ba95e4fe4d450fd4f7aca9 (patch) | |
tree | 0371206ecc184e2e6572a34dcd4c9dec5dc98721 /editor/editor_help.h | |
parent | e0a9879ce473049995d21930179699ac5753edee (diff) | |
download | redot-engine-446ca21efa2dce8145ba95e4fe4d450fd4f7aca9.tar.gz |
Remove unnecessary panel in EditorHelpBit
Diffstat (limited to 'editor/editor_help.h')
-rw-r--r-- | editor/editor_help.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_help.h b/editor/editor_help.h index d9c7194003..2e053e674f 100644 --- a/editor/editor_help.h +++ b/editor/editor_help.h @@ -192,9 +192,9 @@ public: ~EditorHelp(); }; -class EditorHelpBit : public PanelContainer { +class EditorHelpBit : public MarginContainer { - GDCLASS(EditorHelpBit, PanelContainer); + GDCLASS(EditorHelpBit, MarginContainer); RichTextLabel *rich_text; void _go_to_help(String p_what); |