You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Add theme type variations for secondary Trees and ItemLists
This commit is contained in:
@@ -1103,6 +1103,7 @@ void Skeleton3DEditor::create_editors() {
|
||||
joint_tree->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
joint_tree->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
joint_tree->set_allow_rmb_select(true);
|
||||
joint_tree->set_theme_type_variation("TreeSecondary");
|
||||
SET_DRAG_FORWARDING_GCD(joint_tree, Skeleton3DEditor);
|
||||
s_con->add_child(joint_tree);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user