mirror of
https://github.com/Afacanc38/gtk-examples-python.git
synced 2024-11-17 12:00:41 +03:00
fixed "'MyWindow' object has no attribute 'box'"
This commit is contained in:
parent
4b8ad5130f
commit
07e75ba08d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue