Make default config work with example annotations

This commit is contained in:
Mika Fischer
2011-06-28 22:00:59 +02:00
parent 398581a50b
commit d4b21ab648
+11 -2
View File
@@ -34,7 +34,16 @@
LABELS = (
{
'attributes': {
'type': 'rect',
'class': 'Face',
},
'inserter': 'sloth.items.RectItemInserter',
'item': 'sloth.items.RectItem',
'hotkey': 'f',
'text': 'Face',
},
{
'attributes': {
'class': 'rect',
},
'inserter': 'sloth.items.RectItemInserter',
'item': 'sloth.items.RectItem',
@@ -43,7 +52,7 @@ LABELS = (
},
{
'attributes': {
'type': 'point',
'class': 'point',
},
'inserter': 'sloth.items.PointItemInserter',
'item': 'sloth.items.PointItem',