summaryrefslogtreecommitdiff
path: root/editor/plugins
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-04-10 17:04:47 +0200
committerYuri Sizov <yuris@humnom.net>2023-04-24 14:16:16 +0200
commit51fdbf6ac74ae5611b49fb8c81364e8aecb310a6 (patch)
treea348e7586ee4aabc0454b7ff65fc2a298642b2e1 /editor/plugins
parent9902d07966ee5a7c804107a440585ade324c1d05 (diff)
Adjust size of some dialogs
(cherry picked from commit 71011e085554c9113e5824f82fd0e505c339b3a8)
Diffstat (limited to 'editor/plugins')
-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);
}
}