diff options
author | kobewi <kobewi4e@gmail.com> | 2023-04-10 17:04:47 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-04-24 14:16:16 +0200 |
commit | 51fdbf6ac74ae5611b49fb8c81364e8aecb310a6 (patch) | |
tree | a348e7586ee4aabc0454b7ff65fc2a298642b2e1 /editor/plugins | |
parent | 9902d07966ee5a7c804107a440585ade324c1d05 (diff) |
Adjust size of some dialogs
(cherry picked from commit 71011e085554c9113e5824f82fd0e505c339b3a8)
Diffstat (limited to 'editor/plugins')
-rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 2 |
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); } } |