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 c34a7db..744f621 100644
--- a/roundbox.py
+++ b/roundbox.py
@@ -10,7 +10,7 @@ class RoundBox(Gtk.Box):
_BORDER_DEFAULT = style.LINE_WIDTH
def __init__(self):
- Gtk.Box.__init__(self, orientation=Gtk.Orientation.VERTICAL)
+ Gtk.Box.__init__(self, orientation=Gtk.Orientation.HORIZONTAL)
self._x = None
self._y = None