Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-03-02 14:20:42 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-03-02 14:20:42 (GMT)
commit2b2c2ef3085fd7f5a669d7f960f7a69158ba31a1 (patch)
tree70f86428e27ddd6af4a122bbc71b85d8f2b90a6e /src/sugar/graphics
parent6f210f0e33786570fcdb8235a41c2f9009e78576 (diff)
Use the same font size independent from scaling
Diffstat (limited to 'src/sugar/graphics')
-rw-r--r--src/sugar/graphics/style.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/graphics/style.py b/src/sugar/graphics/style.py
index 16b78ed..591957b 100644
--- a/src/sugar/graphics/style.py
+++ b/src/sugar/graphics/style.py
@@ -107,7 +107,7 @@ MEDIUM_ICON_SIZE = zoom(55 * 1.5)
LARGE_ICON_SIZE = zoom(55 * 2.0)
XLARGE_ICON_SIZE = zoom(55 * 2.75)
-FONT_SIZE = zoom(7)
+FONT_SIZE = 10
FONT_NORMAL = Font('Bitstream Vera Sans %d' % FONT_SIZE)
FONT_BOLD = Font('Bitstream Vera Sans bold %d' % FONT_SIZE)
FONT_NORMAL_H = zoom(24)