From 49aa3ffcba7b6957605c0f63bb5be2fee61bde14 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 22 Jun 2006 09:33:11 -0400 Subject: [PATCH] Increase presence window size a bit --- shell/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/shell.py b/shell/shell.py index a86e6dc5..6fb38673 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()