Rearrange icon order
This commit is contained in:
parent
b554c3db06
commit
949642499a
1 changed files with 2 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue