Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()