Enabled missing Tree title button font and font size theme settings.

This commit is contained in:
Koyper
2023-07-07 11:48:13 -05:00
parent 90f90cbcb0
commit e84588987a
3 changed files with 6 additions and 3 deletions

View File

@@ -762,6 +762,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
theme->set_font("title_button_font", "Tree", Ref<Font>());
theme->set_font("font", "Tree", Ref<Font>());
theme->set_font_size("font_size", "Tree", -1);
theme->set_font_size("title_button_font_size", "Tree", -1);
theme->set_color("title_button_color", "Tree", control_font_color);
theme->set_color("font_color", "Tree", control_font_low_color);