feat(modeling): increase default group size
This commit is contained in:
parent
5cdc8b2953
commit
c80f29c57f
|
@ -188,7 +188,7 @@ ElementFactory.prototype._getDefaultSize = function(semantic) {
|
|||
}
|
||||
|
||||
if (is(semantic, 'bpmn:Group')) {
|
||||
return { width: 150, height: 120 };
|
||||
return { width: 300, height: 300 };
|
||||
}
|
||||
|
||||
return { width: 100, height: 80 };
|
||||
|
|
Loading…
Reference in New Issue