1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Merge pull request #83577 from DennisManaa/fix-translation-for-item-list

Add automatic translation of items to ItemList
This commit is contained in:
Rémi Verschelde
2024-01-04 16:39:36 +01:00
20 changed files with 40 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ ScrollContainer *EditorAbout::_populate_list(const String &p_name, const List<St
vbc->add_child(lbl);
ItemList *il = memnew(ItemList);
il->set_auto_translate(false);
il->set_h_size_flags(Control::SIZE_EXPAND_FILL);
il->set_same_column_width(true);
il->set_auto_height(true);