mirror of
https://github.com/godotengine/godot.git
synced 2026-02-24 12:50:12 +00:00
Add theme type variations for secondary Trees and ItemLists
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user