diff options
author | passivestar <60579014+passivestar@users.noreply.github.com> | 2024-10-06 17:10:05 +0400 |
---|---|---|
committer | passivestar <60579014+passivestar@users.noreply.github.com> | 2024-11-19 18:33:30 +0400 |
commit | 0ff5d5fd046bda499648259642c16f677d439c74 (patch) | |
tree | c437ffbb03d54f81dbf53f563db21997cf270ec9 /editor/debugger/editor_visual_profiler.cpp | |
parent | fd4c29a189e53a1e085df5b9b9a05cac9351b3ef (diff) | |
download | redot-engine-0ff5d5fd046bda499648259642c16f677d439c74.tar.gz |
Add theme type variations for secondary Trees and ItemLists
Diffstat (limited to 'editor/debugger/editor_visual_profiler.cpp')
-rw-r--r-- | editor/debugger/editor_visual_profiler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/debugger/editor_visual_profiler.cpp b/editor/debugger/editor_visual_profiler.cpp index 9a83277e99..0b2304b060 100644 --- a/editor/debugger/editor_visual_profiler.cpp +++ b/editor/debugger/editor_visual_profiler.cpp @@ -807,6 +807,7 @@ EditorVisualProfiler::EditorVisualProfiler() { variables->set_column_expand(2, false); variables->set_column_clip_content(2, true); variables->set_column_custom_minimum_width(2, 75 * EDSCALE); + variables->set_theme_type_variation("TreeSecondary"); variables->connect("cell_selected", callable_mp(this, &EditorVisualProfiler::_item_selected)); graph = memnew(TextureRect); |