Increase the width of the "Connections to method" dialog

This closes #36245.
This commit is contained in:
Hugo Locurcio 2020-02-15 16:36:10 +01:00
parent 264f20f8c1
commit 5c659dd399
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C

View file

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