From e56954cf485cf26acd8caf0971a03cf64834e695 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 8 Sep 2006 02:51:10 +0200 Subject: [PATCH] Create with correct grid size --- shell/frame/RightPanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/frame/RightPanel.py b/shell/frame/RightPanel.py index 57b91f53..6807c379 100644 --- a/shell/frame/RightPanel.py +++ b/shell/frame/RightPanel.py @@ -9,7 +9,7 @@ from sugar.presence import PresenceService class RightPanel(GridGroup): def __init__(self, shell, friends): - GridGroup.__init__(self) + GridGroup.__init__(self, 1, 14) self._shell = shell self._friends = friends self._activity_ps = None