Skip to content
Snippets Groups Projects
Commit 93a538b1 authored by Adam Procter's avatar Adam Procter
Browse files

increased width of connections

parent 031fb041
Branches env
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment