Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tapalette.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tapalette.py')
-rw-r--r--TurtleArt/tapalette.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/TurtleArt/tapalette.py b/TurtleArt/tapalette.py
index 8d98a2f..3f94fec 100644
--- a/TurtleArt/tapalette.py
+++ b/TurtleArt/tapalette.py
@@ -30,17 +30,18 @@ special_names = {} # Names for blocks without names for popup help
content_blocks = ['number', 'string', 'description', 'audio', 'video',
'journal']
value_blocks = [] # blocks whose labels are updated get added here
-block_styles = {'basic-style-head': [],
+block_styles = {'basic-style': [],
+ 'basic-style-head': [],
'basic-style-head-1arg': [],
'basic-style-tail': [],
- 'basic-style': [],
- 'basic-style-extended-vertical': [],
- 'invisible': [],
'basic-style-extended': [],
+ 'basic-style-extended-vertical': [],
'basic-style-1arg': [],
+ 'basic-style-2arg': [],
+ 'basic-style-3arg': [],
'basic-style-var-arg': [],
'bullet-style': [],
- 'basic-style-2arg': [],
+ 'invisible': [],
'box-style': [],
'box-style-media': [],
'number-style': [],