2
0
Эх сурвалжийг харах

Increase the width of the "Connections to method" dialog

This closes #36245.
Hugo Locurcio 5 жил өмнө
parent
commit
5c659dd399

+ 1 - 1
editor/plugins/script_text_editor.cpp

@@ -76,7 +76,7 @@ void ConnectionInfoDialog::popup_connections(String p_method, Vector<Node *> p_n
 		}
 	}
 
-	popup_centered(Size2(400, 300) * EDSCALE);
+	popup_centered(Size2(600, 300) * EDSCALE);
 }
 
 ConnectionInfoDialog::ConnectionInfoDialog() {