diff options
Diffstat (limited to 'app/TirePressure.qml')
-rw-r--r-- | app/TirePressure.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/TirePressure.qml b/app/TirePressure.qml index 437cf2f..eb02482 100644 --- a/app/TirePressure.qml +++ b/app/TirePressure.qml @@ -31,7 +31,7 @@ Image { when: !mirror PropertyChanges { target: root - source: './images/HMI_Dashboard_LeftTire.svg' + source: 'qrc:/images/HMI_Dashboard_LeftTire.svg' } AnchorChanges { target: title @@ -47,7 +47,7 @@ Image { when: mirror PropertyChanges { target: root - source: './images/HMI_Dashboard_RightTire.svg' + source: 'qrc:/images/HMI_Dashboard_RightTire.svg' } AnchorChanges { target: title |