From ba247ce8f380ed45009dee1417f4e2be78aa3b54 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 11 Feb 2010 17:56:44 +0000 Subject: cleaning up loose ends --- (limited to 'taconstants.py') 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" -- cgit v0.9.1