Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/HomeWindow.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-07 12:33:08 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-07 12:33:08 (GMT)
commit8c3ac8960fdee7e4bcc8b0bf813ec5d84eb7bcc9 (patch)
treecca83d013899a3e0c9731902e7a450b432381d9b /shell/view/home/HomeWindow.py
parent55f82602c4e7dfdaa4e402d1166bbd2bf75d1d27 (diff)
Spread box cleanups and fixes
Diffstat (limited to 'shell/view/home/HomeWindow.py')
-rw-r--r--shell/view/home/HomeWindow.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/view/home/HomeWindow.py b/shell/view/home/HomeWindow.py
index 6cd2c40..af38fd0 100644
--- a/shell/view/home/HomeWindow.py
+++ b/shell/view/home/HomeWindow.py
@@ -13,6 +13,9 @@ class HomeWindow(gtk.Window):
gtk.Window.__init__(self)
self._shell = shell
+ self.set_default_size(gtk.gdk.screen_width(),
+ gtk.gdk.screen_height())
+
self.realize()
self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DESKTOP)