updated 1-box.py

This commit is contained in:
afacanc38 2021-10-10 11:51:08 +03:00
parent 589d598426
commit f8dd07ff6d
1 changed files with 1 additions and 1 deletions

View File

@ -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