mirror of
https://github.com/Afacanc38/gtk-examples-python.git
synced 2024-12-22 10:59:07 +03:00
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)
|
self.add(self.handle)
|
||||||
|
|
||||||
# Box
|
# 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)
|
self.handle.add(self.box)
|
||||||
|
|
||||||
# Button 1
|
# Button 1
|
||||||
|
|
Loading…
Reference in a new issue