Skip to content
Snippets Groups Projects
Commit 75e0aa37 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

GroupchatJoin: Set default size

parent bdaf009f
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ def __init__(self, account: str, jid: str) -> None:
self.set_show_menubar(False)
self.set_title(_('Join Group Chat'))
self.set_type_hint(Gdk.WindowTypeHint.DIALOG)
self.set_default_size(500, 550)
self._destroyed = False
self.account = account
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment