update actor and edge distance
This commit is contained in:
parent
1a87a188b6
commit
1c3a73207f
1 changed files with 2 additions and 2 deletions
|
|
@ -6,10 +6,10 @@ const HORIZONTAL_PAD = 50.
|
|||
// leaves at least 25 units of space on the top/bottom when computing the space required between messages
|
||||
const VERTICAL_PAD = 50.
|
||||
|
||||
const MIN_ACTOR_DISTANCE = 200.
|
||||
const MIN_ACTOR_DISTANCE = 250.
|
||||
|
||||
// min vertical distance between messages
|
||||
const MIN_MESSAGE_DISTANCE = 100.
|
||||
const MIN_MESSAGE_DISTANCE = 80.
|
||||
|
||||
// default size
|
||||
const SPAN_BASE_WIDTH = 12.
|
||||
|
|
|
|||
Loading…
Reference in a new issue