Fix visual glitch in the quick settings on the classic theme
This commit is contained in:
parent
8deb221829
commit
d6e90de10b
1 changed files with 1 additions and 0 deletions
|
|
@ -1521,6 +1521,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)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue