mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Merge pull request #97884 from passivestar/list-variations
Add theme type variations for secondary Trees and ItemLists
This commit is contained in:
@@ -404,6 +404,7 @@ EditorPerformanceProfiler::EditorPerformanceProfiler() {
|
||||
monitor_tree->connect("item_edited", callable_mp(this, &EditorPerformanceProfiler::_monitor_select));
|
||||
monitor_tree->create_item();
|
||||
monitor_tree->set_hide_root(true);
|
||||
monitor_tree->set_theme_type_variation("TreeSecondary");
|
||||
add_child(monitor_tree);
|
||||
|
||||
monitor_draw = memnew(Control);
|
||||
|
||||
Reference in New Issue
Block a user