forked from HEL/chronos
		
	minor style improvements
This commit is contained in:
		| @@ -340,7 +340,11 @@ | ||||
|             draw.line( | ||||
|               (x, last-y), | ||||
|               (x, line.at(1)), | ||||
|               stroke: (dash: "dashed", paint: gray.darken(40%)) | ||||
|               stroke: ( | ||||
|                 dash: "dashed", | ||||
|                 paint: gray.darken(40%), | ||||
|                 thickness: .5pt | ||||
|               ) | ||||
|             ) | ||||
|           } | ||||
|           lines.push(line) | ||||
| @@ -368,7 +372,11 @@ | ||||
|       draw.line( | ||||
|         (x, last-y), | ||||
|         (x, y), | ||||
|         stroke: (dash: "dashed", paint: gray.darken(40%)) | ||||
|         stroke: ( | ||||
|           dash: "dashed", | ||||
|           paint: gray.darken(40%), | ||||
|           thickness: .5pt | ||||
|         ) | ||||
|       ) | ||||
|  | ||||
|       // Draw lifeline rectangles (reverse for bottom to top) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user