We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LineEdit
AddMetadataDialog
1 parent adb2ec0 commit 6d0ac84Copy full SHA for 6d0ac84
editor/inspector/add_metadata_dialog.cpp
@@ -46,6 +46,7 @@ AddMetadataDialog::AddMetadataDialog() {
46
add_meta_name = memnew(LineEdit);
47
add_meta_name->set_accessibility_name(TTRC("Name:"));
48
add_meta_name->set_custom_minimum_size(Size2(200 * EDSCALE, 1));
49
+ add_meta_name->set_h_size_flags(Control::SIZE_EXPAND_FILL);
50
hbc->add_child(add_meta_name);
51
hbc->add_child(memnew(Label(TTR("Type:"))));
52
0 commit comments