Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/shell.py
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-06-23 02:42:35 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-06-23 02:42:35 (GMT)
commit4511d13fb50f9f9ebb0d8115c662950422baa8dc (patch)
tree381c28d790563e0eac7f2b97e954dd8a52ee222e /shell/shell.py
parentf2ef2a68477819f8337eb2c421127f2c719596d1 (diff)
parentd57c94970fc87e3b8b16b831348b69a404474e93 (diff)
Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugar
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 895d3c1..5d9e9ae 100755
--- a/shell/shell.py
+++ b/shell/shell.py
@@ -342,7 +342,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()