From 430758ffb9a4b76d0ce6c1c10b820652c98c8cfc Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Thu, 4 Jan 2024 23:35:13 -0500 Subject: [PATCH] That's just right --- py/hexagram/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/hexagram/status.py b/py/hexagram/status.py index 3c87527..a4cbb1a 100644 --- a/py/hexagram/status.py +++ b/py/hexagram/status.py @@ -109,7 +109,7 @@ class StatusIconBox(Gauge): (VehicleStatus.BEAMS_PARKING, 'beams-parking', '#ff0'), (VehicleStatus.BELT, 'belt', '#f00', 'path {fill: %(s)s}'), (VehicleStatus.COLD, 'cold', '#eef', 'path {stroke-width: 8px; stroke: %(s)s'), - (VehicleStatus.COLLISION, 'collision', '#f00', 'path {stroke-width: 12px; stroke: %(s)s}'), + (VehicleStatus.COLLISION, 'collision', '#f00', 'path {stroke-width: 10px; stroke: %(s)s}'), (VehicleStatus.COOLANT_LOW, 'coolant', '#fa0', 'path, circle, rect {fill: %(s)s} #g9 path {stroke: %(s)s}'), (VehicleStatus.COOLANT_OVERHEAT, 'coolant', '#f00', 'path, circle, rect {fill: %(s)s} #g9 path {stroke: %(s)s}'), (VehicleStatus.CRUISE, 'cruise', '#0f0', 'path, circle {fill: %(s)s; stroke: %(s)s}'),