Philipp Hörist pushed to branch master at gajim / gajim
Commits:
75e0aa37 by lovetox at 2022-01-25T23:18:10+01:00
GroupchatJoin: Set default size
- - - - -
1 changed file:
- gajim/gtk/groupchat_join.py
Changes:
=====================================
gajim/gtk/groupchat_join.py
=====================================
@@ -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
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/75e0aa37313c0d961f0c768415dcf4954b37129d
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/75e0aa37313c0d961f0c768415dcf4954b37129d
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits