parent
e9a7bfa986
commit
4e33f524c7
|
@ -124,6 +124,10 @@ ElementFactory.prototype._getDefaultSize = function(semantic) {
|
|||
return { width: 600, height: 250 };
|
||||
}
|
||||
|
||||
if (semantic.$instanceOf('bpmn:Lane')) {
|
||||
return { width: 400, height: 100 };
|
||||
}
|
||||
|
||||
return { width: 100, height: 80 };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue