fix(modeling): ensure group min dimensions (#1713)

Closes #1705
This commit is contained in:
Philipp Fromme
2022-08-15 12:46:37 +02:00
committed by Philipp
parent bf910d011b
commit 8950d42509
4 changed files with 60 additions and 0 deletions

View File

@ -13,6 +13,8 @@ import {
var HIGH_PRIORITY = 1500;
export var GROUP_MIN_DIMENSIONS = { width: 140, height: 120 };
export var LANE_MIN_DIMENSIONS = { width: 300, height: 60 };
export var PARTICIPANT_MIN_DIMENSIONS = { width: 300, height: 150 };