mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
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:
commit
ae59770211
1 changed files with 1 additions and 0 deletions
|
|
@ -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)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue