Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-02 14:06:59 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-02 14:06:59 (GMT)
commitb37468eb683bf91b363c8fcd17e7c0542937ded7 (patch)
tree68c74682fe5b90b78c81c1c2623b4318ca807cab /constants.py
parentacea321c04f73af26c2aeba04668415759a8c4a4 (diff)
clean up of save code; clean up of skin sizing/positioning
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}
#