Remove TooltipPanel and TooltipLabel
This commit is contained in:
parent
d120b099f5
commit
9036fcbe5e
2 changed files with 7 additions and 26 deletions
|
|
@ -1405,7 +1405,9 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
|
|||
theme->set_color("font_pressed_color", "LinkButton", accent_color);
|
||||
theme->set_color("font_disabled_color", "LinkButton", font_disabled_color);
|
||||
|
||||
// TooltipPanel
|
||||
// TooltipPanel + TooltipLabel
|
||||
// TooltipPanel is also used for custom tooltips, while TooltipLabel
|
||||
// is only relevant for default tooltips.
|
||||
Ref<StyleBoxFlat> style_tooltip = style_popup->duplicate();
|
||||
style_tooltip->set_shadow_size(0);
|
||||
style_tooltip->set_default_margin(SIDE_LEFT, default_margin_size * EDSCALE * 0.5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue