Merge pull request #112997 from YeldhamDev/quick_settings_classic_fix

Fix visual glitch in the quick settings on the classic theme
This commit is contained in:
Rémi Verschelde 2025-12-01 11:48:50 +01:00
commit ae59770211
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -1523,6 +1523,7 @@ void ThemeClassic::populate_editor_styles(const Ref<EditorTheme> &p_theme, Edito
p_theme->set_stylebox("panel_container", "ProjectManager", style_panel_container);
p_theme->set_stylebox("project_list", "ProjectManager", p_config.tree_panel_style);
p_theme->set_stylebox("quick_settings_panel", "ProjectManager", p_config.tree_panel_style);
p_theme->set_constant("sidebar_button_icon_separation", "ProjectManager", int(6 * EDSCALE));
p_theme->set_icon("browse_folder", "ProjectManager", p_theme->get_icon(SNAME("FolderBrowse"), EditorStringName(EditorIcons)));
p_theme->set_icon("browse_file", "ProjectManager", p_theme->get_icon(SNAME("FileBrowse"), EditorStringName(EditorIcons)));