updated 3-revealer.py
This commit is contained in:
parent
ca65adb8db
commit
589d598426
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class MyWindow(Handy.Window):
|
|||
self.revealer.add(self.hb)
|
||||
|
||||
# MainBox
|
||||
self.mainBox = Gtk.Box(spacing=6, orientation=Gtk.Orientation.VERTICAL)
|
||||
self.mainBox = Gtk.Box(spacing=6, orientation=Gtk.Orientation.VERTICAL, halign=Gtk.Align.CENTER, valign=Gtk.Align.CENTER)
|
||||
self.winBox.pack_start(self.mainBox, True, False, 0)
|
||||
|
||||
# Revealer button
|
||||
|
|
Loading…
Reference in a new issue