Merge pull request #63915 from YuriSizov/editor-theme-type-is-wideboi

This commit is contained in:
Rémi Verschelde 2022-08-04 21:41:03 +02:00 committed by GitHub
commit 80193260ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3381,6 +3381,7 @@ ThemeTypeEditor::ThemeTypeEditor() {
theme_type_list = memnew(OptionButton);
theme_type_list->set_h_size_flags(SIZE_EXPAND_FILL);
theme_type_list->set_text_overrun_behavior(TextServer::OVERRUN_TRIM_ELLIPSIS);
type_list_hb->add_child(theme_type_list);
theme_type_list->connect("item_selected", callable_mp(this, &ThemeTypeEditor::_list_type_selected));