mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 01:49:10 +03:00
Expand LineEdit with metadata name in AddMetadataDialog
This commit is contained in:
@@ -46,6 +46,7 @@ AddMetadataDialog::AddMetadataDialog() {
|
||||
add_meta_name = memnew(LineEdit);
|
||||
add_meta_name->set_accessibility_name(TTRC("Name:"));
|
||||
add_meta_name->set_custom_minimum_size(Size2(200 * EDSCALE, 1));
|
||||
add_meta_name->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
hbc->add_child(add_meta_name);
|
||||
hbc->add_child(memnew(Label(TTR("Type:"))));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user