Merge pull request #37643 from YeldhamDev/help_tooltip_paneless
Remove unnecessary panel in EditorHelpBit
This commit is contained in:
commit
fedf9c5c94
2 changed files with 2 additions and 4 deletions
|
@ -192,9 +192,9 @@ public:
|
||||||
~EditorHelp();
|
~EditorHelp();
|
||||||
};
|
};
|
||||||
|
|
||||||
class EditorHelpBit : public PanelContainer {
|
class EditorHelpBit : public MarginContainer {
|
||||||
|
|
||||||
GDCLASS(EditorHelpBit, PanelContainer);
|
GDCLASS(EditorHelpBit, MarginContainer);
|
||||||
|
|
||||||
RichTextLabel *rich_text;
|
RichTextLabel *rich_text;
|
||||||
void _go_to_help(String p_what);
|
void _go_to_help(String p_what);
|
||||||
|
|
|
@ -977,8 +977,6 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
|
||||||
theme->set_stylebox("focus", "RichTextLabel", make_empty_stylebox());
|
theme->set_stylebox("focus", "RichTextLabel", make_empty_stylebox());
|
||||||
theme->set_stylebox("normal", "RichTextLabel", style_tree_bg);
|
theme->set_stylebox("normal", "RichTextLabel", style_tree_bg);
|
||||||
|
|
||||||
theme->set_stylebox("panel", "EditorHelpBit", make_flat_stylebox(dark_color_1, 6, 4, 6, 4));
|
|
||||||
|
|
||||||
theme->set_color("headline_color", "EditorHelp", mono_color);
|
theme->set_color("headline_color", "EditorHelp", mono_color);
|
||||||
|
|
||||||
// Panel
|
// Panel
|
||||||
|
|
Loading…
Reference in a new issue