From 06344ac10da87c0374b9fed0463f67cf3eef904b Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 15 Feb 2020 16:36:10 +0100 Subject: [PATCH] Increase the width of the "Connections to method" dialog This closes #36245. (cherry picked from commit 5c659dd39953429aeddacc0efacac149d81fc145) --- editor/plugins/script_text_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/plugins/script_text_editor.cpp b/editor/plugins/script_text_editor.cpp index 1432c3fc637..cbb7bd42ecc 100644 --- a/editor/plugins/script_text_editor.cpp +++ b/editor/plugins/script_text_editor.cpp @@ -76,7 +76,7 @@ void ConnectionInfoDialog::popup_connections(String p_method, Vector p_n } } - popup_centered(Size2(400, 300) * EDSCALE); + popup_centered(Size2(600, 300) * EDSCALE); } ConnectionInfoDialog::ConnectionInfoDialog() {