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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar/graphics/units.py b/sugar/graphics/units.py
index 2ec3dd5..8581aae 100644
--- a/sugar/graphics/units.py
+++ b/sugar/graphics/units.py
@@ -63,8 +63,8 @@ import gtk
import _sugar
-_MAX_ZOOM_FACTOR = 1.5
-_ZOOM_CONSTANT = 800.0
+_MAX_ZOOM_FACTOR = 2.0
+_ZOOM_CONSTANT = 650.0
def _compute_zoom_factor():
screen_width = gtk.gdk.screen_width()