Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
c6fd3959 by mimi89999 at 2021-02-11T22:37:24+01:00
Set account window stack as non-vhomogeneous
Closes #10438
- - - - -
1 changed file:
- gajim/gtk/accounts.py
Changes:
=====================================
gajim/gtk/accounts.py
=====================================
@@ -182,7 +182,7 @@ def __init__(self):
self.set_hexpand(True)
self.set_vexpand(True)
self.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC)
- self._stack = Gtk.Stack()
+ self._stack = Gtk.Stack(vhomogeneous=False)
self._stack.set_transition_type(Gtk.StackTransitionType.CROSSFADE)
self._stack.add_named(AddNewAccountPage(), 'add-account')
self.get_style_context().add_class('accounts-settings')
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c6fd3959f81de8f412e49ba49076ba10cc708640
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c6fd3959f81de8f412e49ba49076ba10cc708640
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