Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-15 18:19:38 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-15 18:19:38 (GMT)
commitd001c70443007ef9a66ee89ab5c12f2519d409ac (patch)
treeed468a1edf49809054538d5aead53c9e42e9c38b /sugar
parent9f5d642591ae21ce328b1ab322795352e0d85aaa (diff)
Tweaked sizes of home xo icon, donut radius and device icons.
Diffstat (limited to 'sugar')
-rw-r--r--sugar/graphics/units.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/units.py b/sugar/graphics/units.py
index 8581aae..2417255 100644
--- a/sugar/graphics/units.py
+++ b/sugar/graphics/units.py
@@ -81,7 +81,7 @@ STANDARD_ICON_SCALE = 1.0 * _dpi_factor * _zoom_factor
SMALL_ICON_SCALE = 0.5 * _dpi_factor * _zoom_factor
MEDIUM_ICON_SCALE = 1.5 * _dpi_factor * _zoom_factor
LARGE_ICON_SCALE = 2.0 * _dpi_factor * _zoom_factor
-XLARGE_ICON_SCALE = 3.0 * _dpi_factor * _zoom_factor
+XLARGE_ICON_SCALE = 2.75 * _dpi_factor * _zoom_factor
def points_to_device(points):
return int(points * _zoom_factor)