You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Make project naming setting available in project manager
This commit is contained in:
@@ -385,7 +385,7 @@ void ProjectManager::_dim_window() {
|
||||
// Quick settings.
|
||||
|
||||
void ProjectManager::_show_quick_settings() {
|
||||
quick_settings_dialog->popup_centered(Size2(600, 200) * EDSCALE);
|
||||
quick_settings_dialog->popup_centered(Size2(640, 200) * EDSCALE);
|
||||
}
|
||||
|
||||
void ProjectManager::_restart_confirmed() {
|
||||
|
||||
Reference in New Issue
Block a user