More fixes
This commit is contained in:
@@ -9,7 +9,7 @@ from sugar.presence import PresenceService
|
||||
|
||||
class RightPanel(GridGroup):
|
||||
def __init__(self, shell, friends):
|
||||
GridGroup.__init__(self, 1, 14)
|
||||
GridGroup.__init__(self, 1, 10)
|
||||
self._shell = shell
|
||||
self._friends = friends
|
||||
self._activity_ps = None
|
||||
|
||||
@@ -7,7 +7,7 @@ import sugar
|
||||
|
||||
class TopPanel(GridGroup):
|
||||
def __init__(self, shell):
|
||||
GridGroup.__init__(self)
|
||||
GridGroup.__init__(self, 16, 1)
|
||||
self._shell = shell
|
||||
|
||||
self.add_zoom_level(sugar.ZOOM_ACTIVITY, 'stock-zoom-activity', 1)
|
||||
|
||||
Reference in New Issue
Block a user