mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Default preset container to minimum size in Export dialog
This commit is contained in:
parent
6fd949a6dc
commit
5bbf280423
1 changed files with 1 additions and 0 deletions
|
|
@ -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")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue