From 589d59842678fa39b36c1f75f1c19132c7690ffe Mon Sep 17 00:00:00 2001 From: afacanc38 Date: Sat, 9 Oct 2021 17:56:10 +0300 Subject: [PATCH] updated 3-revealer.py --- handy/3-revealer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handy/3-revealer.py b/handy/3-revealer.py index e7ab34e..f5120f6 100644 --- a/handy/3-revealer.py +++ b/handy/3-revealer.py @@ -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