From 055e18b910a53ff386485914f3793c27379112e6 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 09 Sep 2010 12:00:38 +0000 Subject: made font smaller on the bottom-of-stack block (#2305) --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index b2c5447..d3c7289 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -352,7 +352,7 @@ BLOCK_NAMES = { 'savepix':[_('save picture')], 'savesvg':[_('save SVG')], 'sandwichbottom':[' '], - 'sandwichcollapsed':[_('click to open')], + 'sandwichcollapsed':[' ', _('click to open')], 'sandwichtop':[_('top of stack')], 'sandwichtop_no_label':[' '], 'sandwichtop_no_arm':[_('top of stack')], -- cgit v0.9.1