Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Shell.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-07 14:37:52 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-07 14:37:52 (GMT)
commit63c93e4f2da2a5f8935835da876d118bdc99c495 (patch)
tree6e2052262ad85d9522505348d1664be52724b8e5 /shell/Shell.py
parent446754f4d3a8f5eda0b77f446f24f28b736ec4b6 (diff)
Rewrite the wm, implement smarter sliding, "merge"
presence window and chat, activate by F1
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')