Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@localhost.localdomain>2006-09-28 21:00:03 (GMT)
committer Dan Williams <dcbw@localhost.localdomain>2006-09-28 21:00:03 (GMT)
commit5db9888666078dddfe5f51b3c2b1e72de6eb2511 (patch)
tree9ae1313ffae76cc67f5e12fd40ce86c9edbf466e /shell
parenta55242d798b98eabe21cba08632625851c98ab9a (diff)
Set default chat window size
Diffstat (limited to 'shell')
-rw-r--r--shell/view/ActivityHost.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py
index 118b416..e03dc3a 100644
--- a/shell/view/ActivityHost.py
+++ b/shell/view/ActivityHost.py
@@ -18,6 +18,7 @@ class ActivityChatWindow(gtk.Window):
self.window.set_accept_focus(True)
self.window.set_transient_for(gdk_window)
self.set_position(gtk.WIN_POS_CENTER_ALWAYS)
+ self.set_default_size(600, 450)
self.add(chat_widget)