From b37468eb683bf91b363c8fcd17e7c0542937ded7 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 02 Feb 2010 14:06:59 +0000 Subject: clean up of save code; clean up of skin sizing/positioning --- (limited to 'constants.py') 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} # -- cgit v0.9.1