Daniel Brötzmann pushed to branch newcontrol at gajim / gajim
Commits:
52561f5a by wurstsalat at 2022-07-14T10:40:33+02:00
GroupChatInviter: Set size request
- - - - -
1 changed file:
- gajim/gtk/chat_function_page.py
Changes:
=====================================
gajim/gtk/chat_function_page.py
=====================================
@@ -113,6 +113,7 @@ def set_mode(self,
self._confirm_button.get_style_context().add_class(
'suggested-action')
self._widget = GroupChatInviter(str(contact.jid))
+ self._widget.set_size_request(-1, 500)
self._widget.connect('listbox-changed', self._on_ready)
self._widget.load_contacts()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/52561f5ace353e93c6ab522a28ad0f5d70e3d977
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/52561f5ace353e93c6ab522a28ad0f5d70e3d977
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