updated 3-revealer.py

This commit is contained in:
afacanc38 2021-10-09 17:56:10 +03:00
parent ca65adb8db
commit 589d598426
1 changed files with 1 additions and 1 deletions

View File

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