Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/calculate.py
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2007-09-10 18:05:38 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2007-09-10 18:05:38 (GMT)
commitdf94c98edccefbb248d31637bd3a3924c8c02ef4 (patch)
tree08dbdb5d6e80b6d72e0060297f0a40d6729e1fe8 /calculate.py
parentc9419df177292eaec5b1e0d4abb3354c9170a00d (diff)
Minor design tweaks
Diffstat (limited to 'calculate.py')
-rw-r--r--calculate.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/calculate.py b/calculate.py
index 24e47de..f92faf9 100644
--- a/calculate.py
+++ b/calculate.py
@@ -90,9 +90,9 @@ class Calculate(activity.Activity):
FONT_SMALL = "sans 10"
FONT_SMALL_NARROW = "sans italic 10"
- FONT_BIG = "sans bold 16"
- FONT_BIG_NARROW = "sans italic 16"
- FONT_BIGGER = "sans bold 22"
+ FONT_BIG = "sans bold 14"
+ FONT_BIG_NARROW = "sans italic 14"
+ FONT_BIGGER = "sans bold 18"
SELECT_NONE = 0
SELECT_SELECT = 1