diff --git a/py/hexagram/status.py b/py/hexagram/status.py index 03db9d4..17d6ec9 100644 --- a/py/hexagram/status.py +++ b/py/hexagram/status.py @@ -265,9 +265,8 @@ class StatusIconBox(Gauge): ICON_HEIGHT = 48 ICONS = ( - CollisionIcon, FuelIcon, SeatBeltIcon, CoolantIcon, OilIcon, - ParkingBrakeIcon, WiperWasherIcon, LaneKeepIcon, StabilityControlIcon, - TPMSIcon, FogBeamIcon, ParkingBeamIcon, LowBeamIcon, HighBeamIcon + SeatBeltIcon, ParkingBeamIcon, LowBeamIcon, HighBeamIcon, FogBeamIcon, StabilityControlIcon, LaneKeepIcon, + ParkingBrakeIcon, FuelIcon, WiperWasherIcon, CoolantIcon, OilIcon, TPMSIcon, CollisionIcon ) def __init__(self, x: float, y: float, width: float, height: float):