mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-12 10:04:16 +00:00
fix(modeling): correct size for gateways
This commit is contained in:
parent
9a19927a97
commit
209a86dc71
@ -79,7 +79,7 @@ ElementFactory.prototype._getDefaultSize = function(semantic) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (semantic.$instanceOf('bpmn:Gateway')) {
|
if (semantic.$instanceOf('bpmn:Gateway')) {
|
||||||
return { width: 36, height: 36 };
|
return { width: 50, height: 50 };
|
||||||
}
|
}
|
||||||
|
|
||||||
if (semantic.$instanceOf('bpmn:Event')) {
|
if (semantic.$instanceOf('bpmn:Event')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user