mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-23 23:38:59 +00:00
impr(draw/BpmnRenderer): set default width to 100px
This commit is contained in:
parent
7d9ffa820a
commit
ab73e2ea22
@ -27,7 +27,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
|
||||
};
|
||||
|
||||
var labelUtil = new LabelUtil({
|
||||
style: LABEL_STYLE
|
||||
style: LABEL_STYLE,
|
||||
size: { width: 100 }
|
||||
});
|
||||
|
||||
var markers = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user