From 5c659dd39953429aeddacc0efacac149d81fc145 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. --- 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 1ec425d09db..778febaf8ae 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() {