Rearrange icon order

This commit is contained in:
XANTRONIX Development 2024-01-06 20:10:15 -05:00
parent b554c3db06
commit 949642499a

View file

@ -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):