From 94e71e0bb0314aeeb26effacc95be8bc9b11cdfb Mon Sep 17 00:00:00 2001 From: flavio Date: Tue, 31 Jul 2012 21:04:01 +0000 Subject: Chat Corrections --- (limited to 'roundbox.py') 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 -- cgit v0.9.1