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

Increase the width of the "Connections to method" dialog
This commit is contained in:
Rémi Verschelde 2020-02-17 09:54:30 +01:00 committed by GitHub
commit d5062f069e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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