fixed "'MyWindow' object has no attribute 'box'"

This commit is contained in:
Alperen İsa 2021-08-30 15:30:15 +03:00 committed by GitHub
parent 4b8ad5130f
commit 07e75ba08d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class MyWindow(Handy.Window):
# Box
self.winbox = Gtk.Box(spacing=6, orientation=Gtk.Orientation.VERTICAL)
self.handle.add(self.box)
self.handle.add(self.winbox)
# Headerbar
self.hb = Handy.HeaderBar()