Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/FriendsGroup.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/home/FriendsGroup.py')
-rw-r--r--shell/view/home/FriendsGroup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/FriendsGroup.py b/shell/view/home/FriendsGroup.py
index 1c2ea3a..acf4f93 100644
--- a/shell/view/home/FriendsGroup.py
+++ b/shell/view/home/FriendsGroup.py
@@ -12,7 +12,7 @@ class FriendsGroup(goocanvas.Group):
self._shell = shell
self._menu_shell = menu_shell
- self._icon_layout = IconLayout(1200, 900)
+ self._icon_layout = IconLayout(shell.get_grid())
self._friends = {}
me = MyIcon(112)