From f76778cb84a098aa2b22a957f87e1b8c75015747 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 12 Dec 2013 16:48:56 +0000 Subject: auto-resize until boolean section --- (limited to 'plugins') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index ec4558f..d23672d 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -93,7 +93,6 @@ boolean operators from Numbers palette')) True) palette.add_block('until', - hidden=True, # Too big to fit on palette style='clamp-style-until', label=_('until'), prim_name='until', @@ -116,13 +115,6 @@ boolean operators from Numbers palette')) ArgSlot(TYPE_OBJECT)]), True) - # macro - palette.add_block('untilmacro', - style='basic-style-extended-vertical', - label=_('until'), - help_string=_('do-until-True operator that uses \ -boolean operators from Numbers palette')) - palette.add_block('sandwichclamp', style='clamp-style-collapsible', label=' ', -- cgit v0.9.1