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 ICON_HEIGHT = 48
ICONS = ( ICONS = (
CollisionIcon, FuelIcon, SeatBeltIcon, CoolantIcon, OilIcon, SeatBeltIcon, ParkingBeamIcon, LowBeamIcon, HighBeamIcon, FogBeamIcon, StabilityControlIcon, LaneKeepIcon,
ParkingBrakeIcon, WiperWasherIcon, LaneKeepIcon, StabilityControlIcon, ParkingBrakeIcon, FuelIcon, WiperWasherIcon, CoolantIcon, OilIcon, TPMSIcon, CollisionIcon
TPMSIcon, FogBeamIcon, ParkingBeamIcon, LowBeamIcon, HighBeamIcon
) )
def __init__(self, x: float, y: float, width: float, height: float): def __init__(self, x: float, y: float, width: float, height: float):