1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Default preset container to minimum size in Export dialog

This commit is contained in:
Anish Kumar
2025-11-09 22:01:03 +05:30
parent 6fd949a6dc
commit 5bbf280423

View File

@@ -1463,6 +1463,7 @@ ProjectExportDialog::ProjectExportDialog() {
VBoxContainer *preset_vb = memnew(VBoxContainer);
preset_vb->set_h_size_flags(Control::SIZE_EXPAND_FILL);
preset_vb->set_stretch_ratio(0.35);
hbox->add_child(preset_vb);
Label *l = memnew(Label(TTR("Presets")));