Yet another constant fix. I want qwerty-launcher to fit on 1280x800

portnov [2008-08-24 12:15:15]
Yet another constant fix. I want qwerty-launcher to fit on 1280x800
display.
Filename
qwerty.py
diff --git a/qwerty.py b/qwerty.py
index ce87a1a..4dd9738 100755
--- a/qwerty.py
+++ b/qwerty.py
@@ -19,7 +19,7 @@ KEY = 2

 PADDING = 4
 ICON_TOP_MARGIN = 40
-LABEL_LEFT, LABEL_TOP = 20,25
+LABEL_LEFT, LABEL_TOP = 15,25
 LABEL_FONT_SIZE = 16
 DESC_TOP = 110
 DESC_FONT_SIZE = 14
ViewGit