summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-04-10 17:04:47 +0200
committerkobewi <kobewi4e@gmail.com>2023-04-10 17:04:53 +0200
commit71011e085554c9113e5824f82fd0e505c339b3a8 (patch)
tree84e7eebd83e694b4d36f7c70e78f95b71b8329ef /editor/plugins/script_editor_plugin.cpp
parentc48219f51e3d33a56e8a142db0ec73a30df8fb91 (diff)
downloadredot-engine-71011e085554c9113e5824f82fd0e505c339b3a8.tar.gz
Adjust size of some dialogs
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r--editor/plugins/script_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp
index a749e6de41..46218869b3 100644
--- a/editor/plugins/script_editor_plugin.cpp
+++ b/editor/plugins/script_editor_plugin.cpp
@@ -1060,7 +1060,7 @@ bool ScriptEditor::_test_script_times_on_disk(Ref<Resource> p_for_script) {
script_editor->reload_scripts();
need_reload = false;
} else {
- disk_changed->call_deferred(SNAME("popup_centered_ratio"), 0.5);
+ disk_changed->call_deferred(SNAME("popup_centered_ratio"), 0.3);
}
}