mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-11 17:44:12 +00:00
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…
x
Reference in New Issue
Block a user