Add theme type variations for secondary Trees and ItemLists
This commit is contained in:
parent
fd4c29a189
commit
0ff5d5fd04
24 changed files with 35 additions and 0 deletions
|
|
@ -401,6 +401,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue