Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/PrestametuVoz.activity/settings.py
diff options
context:
space:
mode:
authorEsteban Arias <earias@plan.ceibal.edu.uy>2010-09-20 19:58:33 (GMT)
committer Esteban Arias <earias@plan.ceibal.edu.uy>2010-09-20 19:58:33 (GMT)
commitb0652578af8d820254f2df9c59da929b03261262 (patch)
tree79d8f1a2d7f5c82b7e113c2af6324c34b9a3726a /PrestametuVoz.activity/settings.py
parent20f090f9bba151b5513e3b901b7f0de4f1d7a543 (diff)
view configHEADmaster
Diffstat (limited to 'PrestametuVoz.activity/settings.py')
-rw-r--r--PrestametuVoz.activity/settings.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/PrestametuVoz.activity/settings.py b/PrestametuVoz.activity/settings.py
index 804cc67..0847fcd 100644
--- a/PrestametuVoz.activity/settings.py
+++ b/PrestametuVoz.activity/settings.py
@@ -5,14 +5,7 @@ def _get_button_size():
return 100
return 150
-def _get_image_config_size():
- if style._compute_zoom_factor() == 0.72:
- return 300
- return 500
-
-
TABLA_ALTO = 3
TABLA_ANCHO = 4
BUTTON_SIZE = _get_button_size()
-IMAGE_CONFIG_SIZE = _get_image_config_size()