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
|
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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue