Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/roundbox.py
diff options
context:
space:
mode:
authorflavio <fdanesse@gmail.com>2012-07-31 21:04:01 (GMT)
committer flavio <fdanesse@gmail.com>2012-07-31 21:04:01 (GMT)
commit94e71e0bb0314aeeb26effacc95be8bc9b11cdfb (patch)
tree38fb0365d4b020f2255a851bb10eab3211cd3a32 /roundbox.py
parent37cc8ed1be82569982626f757be6eaaca83c8cf6 (diff)
Chat Corrections
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