Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/HomeGroup.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/home/HomeGroup.py')
-rw-r--r--shell/view/home/HomeGroup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/HomeGroup.py b/shell/view/home/HomeGroup.py
index f01823e..f9402e7 100644
--- a/shell/view/home/HomeGroup.py
+++ b/shell/view/home/HomeGroup.py
@@ -45,7 +45,7 @@ class HomeGroup(goocanvas.Group):
tasks.translate(600, 450)
self.add_child(tasks)
- me = MyIcon(150)
+ me = MyIcon(180)
me.translate(600 - (me.get_property('size') / 2),
450 - (me.get_property('size') / 2))
self.add_child(me)