Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-11 17:56:44 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-11 17:56:44 (GMT)
commitba247ce8f380ed45009dee1417f4e2be78aa3b54 (patch)
tree7117dccd9f864216c8cc66d81f7dc4013c59cff7 /taconstants.py
parenta09068704b3177e48b1195f0f01f0ace412a02ea (diff)
cleaning up loose ends
Diffstat (limited to 'taconstants.py')
-rw-r--r--taconstants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/taconstants.py b/taconstants.py
index 9df0778..40dcdfc 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -107,7 +107,7 @@ TOP_LAYER = 1000
PALETTE_NAMES = ['turtle', 'pen', 'colors', 'numbers', 'flow', 'blocks',
'extras', 'portfolio', 'trash']
-PALETTES = [['forward', 'back', 'clean', 'left', 'right', 'show',
+PALETTES = [['clean', 'forward', 'back', 'show', 'left', 'right',
'seth', 'setxy', 'heading', 'xcor', 'ycor', 'setscale',
'arc', 'scale', 'leftpos', 'toppos', 'rightpos',
'bottompos'],
@@ -145,7 +145,7 @@ BOX_COLORS = {'red':["#FF0000","#A00000"],'orange':["#FFD000","#AA8000"],
'purple':["#FF00FF","#A000A0"]}
PALETTE_HEIGHT = 120
-PALETTE_WIDTH = 180
+PALETTE_WIDTH = 175
SELECTOR_WIDTH = 55
ICON_SIZE = 55
SELECTED_COLOR = "#0000FF"