Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/units.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/graphics/units.py')
-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)