Fix description size in "New Node" dialog
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user