Center content vertically in user and welcome pages
This commit is contained in:
@@ -15,6 +15,7 @@ class UserPage(Adw.Bin):
|
||||
|
||||
box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
|
||||
box.set_spacing(24)
|
||||
box.set_valign(Gtk.Align.CENTER)
|
||||
box.set_margin_top(24)
|
||||
box.set_margin_bottom(24)
|
||||
clamp.set_child(box)
|
||||
|
||||
Reference in New Issue
Block a user