Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Shell.py')
-rwxr-xr-xshell/Shell.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/Shell.py b/shell/Shell.py
index 6cdbff9..025ec80 100755
--- a/shell/Shell.py
+++ b/shell/Shell.py
@@ -29,11 +29,7 @@ class Shell(gobject.GObject):
activity_container.show()
wm = WindowManager(activity_container.window)
- wm.set_width(640, WindowManager.ABSOLUTE)
- wm.set_height(480, WindowManager.ABSOLUTE)
- wm.set_position(WindowManager.CENTER)
wm.show()
- wm.manage()
def __activity_container_destroy_cb(self, activity_container):
self.emit('close')