Create with correct grid size
This commit is contained in:
parent
6bbb20c4c7
commit
e56954cf48
@ -9,7 +9,7 @@ from sugar.presence import PresenceService
|
|||||||
|
|
||||||
class RightPanel(GridGroup):
|
class RightPanel(GridGroup):
|
||||||
def __init__(self, shell, friends):
|
def __init__(self, shell, friends):
|
||||||
GridGroup.__init__(self)
|
GridGroup.__init__(self, 1, 14)
|
||||||
self._shell = shell
|
self._shell = shell
|
||||||
self._friends = friends
|
self._friends = friends
|
||||||
self._activity_ps = None
|
self._activity_ps = None
|
||||||
|
Loading…
Reference in New Issue
Block a user