From 93a538b1b23d3ad149f1d781b0cbd0e48ed995fe Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Sat, 12 Dec 2020 13:58:14 +0000 Subject: [PATCH] increased width of connections --- app/src/components/ConnectionsLayer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/components/ConnectionsLayer.vue b/app/src/components/ConnectionsLayer.vue index 1533f67..25d4288 100644 --- a/app/src/components/ConnectionsLayer.vue +++ b/app/src/components/ConnectionsLayer.vue @@ -29,7 +29,7 @@ :y1="lines.y_pos_start + value.height / 4" :x2="lines.x_pos_end" :y2="lines.y_pos_end + value.height / 4" - style="stroke: rgb(255, 0, 0); stroke-width: 2" + style="stroke: rgb(255, 0, 0); stroke-width: 5" /> </g> </g> @@ -67,7 +67,7 @@ :y1="otherlines.y_pos_start + others.height / 4" :x2="otherlines.x_pos_end" :y2="otherlines.y_pos_end + others.height / 4" - style="stroke: rgb(255, 0, 0); stroke-width: 2" + style="stroke: rgb(255, 0, 0); stroke-width: 5" /> </g> </g> -- GitLab