From 1c3a73207f2572cdc1eb5bfc90afd7b66033421e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20C=C3=A9sar=20Batista?= Date: Fri, 2 Dec 2022 15:49:40 -0800 Subject: [PATCH] update actor and edge distance --- d2layouts/d2sequence/constants.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d2layouts/d2sequence/constants.go b/d2layouts/d2sequence/constants.go index 12d591f3e..ff34e3db3 100644 --- a/d2layouts/d2sequence/constants.go +++ b/d2layouts/d2sequence/constants.go @@ -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.