Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index f64924e..6b0b382 100644
--- a/constants.py
+++ b/constants.py
@@ -76,7 +76,16 @@ ICON_SIZE = 55
SELECTED_COLOR = "#0000FF"
SELECTED_STROKE_WIDTH = 1.5
STANDARD_STROKE_WIDTH = 1.0
-
+THUMB_W = 80
+THUMB_H = 60
+PYTHON_X = 17
+PYTHON_Y = 8
+MEDIA_X = 37
+MEDIA_Y = 6
+PIXBUF_X = 17
+PIXBUF_Y = 2
+BLOCK_SCALE = 2.0
+PALETTE_DEFAULT_SCALE = 1.5
PALETTE_SCALE = {'template2x2':1.0, 'template1x2':1.0}
#