feat(palette): move tool's separator

Closes #502
This commit is contained in:
Ricardo Matias 2016-04-28 11:40:47 +02:00 committed by Vladimirs Katusenoks
parent b0eea3dbef
commit e3f27ea1d5
1 changed files with 4 additions and 4 deletions

View File

@ -104,10 +104,6 @@ PaletteProvider.prototype.getPaletteEntries = function(element) {
}
}
},
'tool-separator': {
group: 'tools',
separator: true
},
'global-connect-tool': {
group: 'tools',
className: 'bpmn-icon-connection-multi',
@ -118,6 +114,10 @@ PaletteProvider.prototype.getPaletteEntries = function(element) {
}
}
},
'tool-separator': {
group: 'tools',
separator: true
},
'create.start-event': createAction(
'bpmn:StartEvent', 'event', 'bpmn-icon-start-event-none'
),