Merge pull request #97884 from passivestar/list-variations

Add theme type variations for secondary Trees and ItemLists
This commit is contained in:
Thaddeus Crews
2024-11-27 10:47:14 -06:00
24 changed files with 35 additions and 0 deletions

View File

@@ -1416,6 +1416,7 @@ ProjectExportDialog::ProjectExportDialog() {
preset_vb->add_child(mc);
mc->set_v_size_flags(Control::SIZE_EXPAND_FILL);
presets = memnew(ItemList);
presets->set_theme_type_variation("ItemListSecondary");
presets->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
SET_DRAG_FORWARDING_GCD(presets, ProjectExportDialog);
mc->add_child(presets);