From c4c1c1c034197d371309819f22c9b801ac7f424d Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 25 Nov 2010 02:30:23 +0000 Subject: fix font scale for collapsed stacks --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 3aaf97b..f978fd3 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -129,9 +129,9 @@ PALETTES = [['clean', 'forward', 'back', 'show', 'left', 'right', 'number', 'greater2', 'less2', 'equal2', 'not', 'and2', 'or2'], ['wait', 'forever', 'repeat', 'if', 'ifelse', 'while', 'until', 'hspace', 'vspace', 'stopstack'], - ['hat1', 'stack1', 'hat', 'hat2', 'stack2', 'stack', + ['start', 'hat1', 'stack1', 'hat', 'hat2', 'stack2', 'stack', 'storeinbox1', 'storeinbox2', 'string', 'box1', 'box2', 'box', - 'storein', 'start'], + 'storein'], ['push', 'printheap', 'clearheap', 'pop', 'comment', 'print', 'myfunc1arg', 'userdefined', 'cartesian', 'width', 'height', 'polar', 'addturtle', 'reskin', @@ -401,8 +401,8 @@ BLOCK_NAMES = { 'sandwichbottom': [' ', ' '], 'sandwichcollapsed': [' '], 'sandwichtop': [_('top of stack')], - 'sandwichtop_no_label': [' '], 'sandwichtop_no_arm': [_('top of stack')], + 'sandwichtop_no_label': [' ', ' '], 'sandwichtop_no_arm_no_label': [' ', _('click to open')], 'scale': [_('scale')], 'see': [_('turtle sees')], -- cgit v0.9.1