Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-04-24 19:10:44 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-04-24 19:10:44 (GMT)
commit68ffc82c46dbc629e1ddd524fe0d6a5f216fa8cc (patch)
tree0f6ab38dccbda58011b3e5d2d92208aee6ce9822 /chat
parent281afb7a2f70c07bea27ed8f80d51ac84237386a (diff)
Tiny layout improvment
Diffstat (limited to 'chat')
-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)