Fix description size in "New Node" dialog

This commit is contained in:
Michael Alexsander Silva Dias
2019-02-17 19:06:42 -03:00
parent 006561a081
commit fe893bd6ef
2 changed files with 3 additions and 2 deletions

View File

@ -188,9 +188,9 @@ public:
~EditorHelp();
};
class EditorHelpBit : public MarginContainer {
class EditorHelpBit : public PanelContainer {
GDCLASS(EditorHelpBit, MarginContainer);
GDCLASS(EditorHelpBit, PanelContainer);
RichTextLabel *rich_text;
void _go_to_help(String p_what);