Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchat/chat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/chat.py b/chat/chat.py
index 7d3d74d..b1ed13e 100755
--- a/chat/chat.py
+++ b/chat/chat.py
@@ -203,9 +203,9 @@ class ChatActivity(activity.Activity):
def _ui_setup(self, plug):
vbox = gtk.VBox(False, 6)
- vbox.set_border_width(12)
hbox = gtk.HBox(False, 12)
+ hbox.set_border_width(12)
[chat, rich_buf] = self._create_chat()
hbox.pack_start(chat)