Increase ELK node spacing and revert frontend node height to 40
All checks were successful
CI / build (push) Successful in 1m10s
CI / docker (push) Successful in 51s
CI / deploy (push) Successful in 33s

NODE_SPACING 40→60 gives edges more vertical room between nodes.
FIXED_H reverted to 40 to match backend NODE_HEIGHT.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-15 10:31:06 +01:00
parent 7b9dc32d6a
commit 520590fbf4
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ public class ElkDiagramRenderer implements DiagramRenderer {
private static final int COMPOUND_TOP_PADDING = 30;
private static final int COMPOUND_SIDE_PADDING = 10;
private static final int CORNER_RADIUS = 8;
private static final double NODE_SPACING = 40.0;
private static final double NODE_SPACING = 60.0;
private static final double EDGE_SPACING = 20.0;
// Blue: endpoints