-Reorganized all properties of project settings (Sorry, Again).
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
This commit is contained in:
parent
f36cd77feb
commit
bbada82f80
45 changed files with 553 additions and 365 deletions
|
|
@ -763,7 +763,7 @@ ProjectExportDialog::ProjectExportDialog() {
|
|||
parameters->set_name(TTR("Options"));
|
||||
parameters->hide_top_label();
|
||||
parameters->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
parameters->set_hide_script(true);
|
||||
|
||||
parameters->connect("property_edited", this, "_update_parameters");
|
||||
|
||||
VBoxContainer *resources_vb = memnew(VBoxContainer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue