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-06-22 13:33:11 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-06-22 13:33:11 (GMT)
commit49aa3ffcba7b6957605c0f63bb5be2fee61bde14 (patch)
tree3b06eab3ba37c14f81fef73b4d0097ab7beb9175 /shell/shell.py
parent8797223ccd5d3fb3121b47c1a56346d9f9affd15 (diff)
Increase presence window size a bit
Diffstat (limited to 'shell/shell.py')
-rwxr-xr-xshell/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell.py b/shell/shell.py
index a86e6dc..6fb3867 100755
--- a/shell/shell.py
+++ b/shell/shell.py
@@ -306,7 +306,7 @@ class ActivityContainer(dbus.service.Object):
wm = WindowManager(self._presence_window)
- wm.set_width(0.15, WindowManager.SCREEN_RELATIVE)
+ wm.set_width(0.18, WindowManager.SCREEN_RELATIVE)
wm.set_height(1.0, WindowManager.SCREEN_RELATIVE)
wm.set_position(WindowManager.LEFT)
wm.manage()