Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/snowflakelayout.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/home/snowflakelayout.py')
-rw-r--r--shell/view/home/snowflakelayout.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/home/snowflakelayout.py b/shell/view/home/snowflakelayout.py
index 8f04846..7db39a6 100644
--- a/shell/view/home/snowflakelayout.py
+++ b/shell/view/home/snowflakelayout.py
@@ -20,9 +20,9 @@ import math
import gobject
import hippo
-from sugar.graphics import units
+from sugar.graphics import style
-_BASE_RADIUS = units.points_to_pixels(20)
+_BASE_RADIUS = style.zoom(25)
_CHILDREN_FACTOR = 1
class SnowflakeLayout(gobject.GObject,hippo.CanvasLayout):