Przeglądaj źródła

Increase the width of the "Connections to method" dialog

This closes #36245.
Hugo Locurcio 5 lat temu
rodzic
commit
5c659dd399
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      editor/plugins/script_text_editor.cpp

+ 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() {