Increase the width of the "Connections to method" dialog
This closes #36245.
(cherry picked from commit 5c659dd399
)
This commit is contained in:
parent
18eba898f8
commit
06344ac10d
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
ConnectionInfoDialog::ConnectionInfoDialog() {
|
||||||
|
|
Loading…
Reference in a new issue