cameleer3-server-app/src/main/java/com/cameleer3/server/app/diagram/ElkDiagramRenderer.java aktualisiert
increased node spacing to 90
This commit is contained in:
@@ -51,7 +51,7 @@ public class ElkDiagramRenderer implements DiagramRenderer {
|
|||||||
private static final int COMPOUND_TOP_PADDING = 30;
|
private static final int COMPOUND_TOP_PADDING = 30;
|
||||||
private static final int COMPOUND_SIDE_PADDING = 10;
|
private static final int COMPOUND_SIDE_PADDING = 10;
|
||||||
private static final int CORNER_RADIUS = 8;
|
private static final int CORNER_RADIUS = 8;
|
||||||
private static final double NODE_SPACING = 60.0;
|
private static final double NODE_SPACING = 90.0;
|
||||||
private static final double EDGE_SPACING = 20.0;
|
private static final double EDGE_SPACING = 20.0;
|
||||||
|
|
||||||
// Blue: endpoints
|
// Blue: endpoints
|
||||||
|
|||||||
Reference in New Issue
Block a user