Merge pull request #97884 from passivestar/list-variations

Add theme type variations for secondary Trees and ItemLists
This commit is contained in:
Thaddeus Crews
2024-11-27 10:47:14 -06:00
24 changed files with 35 additions and 0 deletions
+4
View File
@@ -2132,6 +2132,10 @@ void EditorThemeManager::_populate_editor_styles(const Ref<EditorTheme> &p_theme
// EditorValidationPanel.
p_theme->set_stylebox(SceneStringName(panel), "EditorValidationPanel", p_config.tree_panel_style);
// Secondary trees and item lists.
p_theme->set_type_variation("TreeSecondary", "Tree");
p_theme->set_type_variation("ItemListSecondary", "ItemList");
}
// Editor inspector.