summaryrefslogtreecommitdiffstats
path: root/editor/editor_about.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-01-04 16:39:36 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-01-04 16:39:36 +0100
commit5eb22a317d3facd813cb1ebcd32f21e1d5437a38 (patch)
tree28792b5fb9c5b3f3d4225d2fda0a8e8d0d303377 /editor/editor_about.cpp
parent52ab49ef1a074d413ead7015b9b66022c50c2afd (diff)
parent1a1c54283653fa021ab604dbe29396b26c58b5ad (diff)
downloadredot-engine-5eb22a317d3facd813cb1ebcd32f21e1d5437a38.tar.gz
Merge pull request #83577 from DennisManaa/fix-translation-for-item-list
Add automatic translation of items to ItemList
Diffstat (limited to 'editor/editor_about.cpp')
-rw-r--r--editor/editor_about.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_about.cpp b/editor/editor_about.cpp
index 672697bab0..1f9911f31e 100644
--- a/editor/editor_about.cpp
+++ b/editor/editor_about.cpp
@@ -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);