Tune labels placement constants.

portnov [2008-08-24 12:13:45]
Tune labels placement constants.
Filename
qwerty.py
diff --git a/qwerty.py b/qwerty.py
index 7eb909a..ce87a1a 100755
--- a/qwerty.py
+++ b/qwerty.py
@@ -21,9 +21,9 @@ PADDING = 4
 ICON_TOP_MARGIN = 40
 LABEL_LEFT, LABEL_TOP = 20,25
 LABEL_FONT_SIZE = 16
-DESC_TOP = 120
+DESC_TOP = 110
 DESC_FONT_SIZE = 14
-KEY_BOTTOM = 45
+KEY_BOTTOM = 35
 KEY_FONT_SIZE = 40

 LINEHEIGHT = 1.2
ViewGit