You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Remove TooltipPanel and TooltipLabel
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user