Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/PeopleWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/PeopleWindow.py b/shell/PeopleWindow.py
index 76e0add..33665ab 100644
--- a/shell/PeopleWindow.py
+++ b/shell/PeopleWindow.py
@@ -8,7 +8,7 @@ class PeopleWindow(gtk.Window):
gtk.Window.__init__(self)
self.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DIALOG)
- self.set_default_size(620, 460)
+ self.set_default_size(620, 440)
hbox = gtk.HBox(False, 12)
hbox.set_border_width(12)