Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/roundbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'roundbox.py')
-rw-r--r--roundbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundbox.py b/roundbox.py
index 744f621..76c657a 100644
--- a/roundbox.py
+++ b/roundbox.py
@@ -76,7 +76,7 @@ if __name__ == '__main__':
win = Gtk.Window()
win.connect('destroy', Gtk.main_quit)
win.set_default_size(450, 550)
- vbox = Gtk.VBox()
+ vbox = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
box1 = RoundBox()
vbox.add(box1)