Skip to content
Snippets Groups Projects
Commit f864fa8a authored by Michel Le Bihan's avatar Michel Le Bihan Committed by Philipp Hörist
Browse files

Set account window stack as non-vhomogeneous

Closes #10438
parent fdf0a533
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
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