updated 1-box.py
This commit is contained in:
parent
589d598426
commit
f8dd07ff6d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class MyWindow(Handy.Window):
|
|||
self.add(self.handle)
|
||||
|
||||
# Box
|
||||
self.box = Gtk.Box(spacing=6)
|
||||
self.box = Gtk.Box(spacing=6, halign=Gtk.Align.CENTER, valign=Gtk.Align.CENTER)
|
||||
self.handle.add(self.box)
|
||||
|
||||
# Button 1
|
||||
|
|
Loading…
Reference in a new issue