From 86dd33be02e69c03268dcbbccbf16e8800b309f4 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 21 Feb 2010 20:19:10 +0000 Subject: fixed positioning bug --- (limited to 'taconstants.py') diff --git a/taconstants.py b/taconstants.py index 0ed4c81..bda0079 100644 --- a/taconstants.py +++ b/taconstants.py @@ -124,8 +124,8 @@ PALETTES = [['clean', 'forward', 'back', 'show', 'left', 'right', 'storeinbox1', 'storeinbox2', 'string', 'box1', 'box2', 'box', 'storein', 'start'], ['kbinput', 'push', 'printheap', 'keyboard', 'pop', 'clearheap', - 'myfunc', 'nop', 'addturtle', 'comment', 'print', 'width', - 'height','sandwichtop', 'sandwichbottom', 'cartesian', 'polar'], + 'myfunc', 'nop', 'addturtle', 'comment', 'print', 'cartesian', + 'width','height', 'polar', 'sandwichtop', 'sandwichbottom'], ['journal', 'audio', 'description', 'savepix', 'hideblocks', 'showblocks', 'fullscreen', 'picturelist', 'picture1x1a', 'picture1x1', 'picture2x2', 'picture2x1', 'picture1x2'], -- cgit v0.9.1