浏览代码

Merge pull request #36248 from Calinou/connections-method-dialog-increase-width

Increase the width of the "Connections to method" dialog
Rémi Verschelde 5 年之前
父节点
当前提交
d5062f069e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() {