You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Increase the width of the "Connections to method" dialog
This closes #36245.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user