summaryrefslogtreecommitdiffstats
path: root/app/TirePressure.qml
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 12:15:32 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 12:15:32 +0100
commit205f7f3510b4abf04c4020416c985e657e29c908 (patch)
tree4360def54ebeb64df681f1eb61e85f76441a53bb /app/TirePressure.qml
parentb1b67ab525555a082ca257ad08fc4fba9b1f74e3 (diff)
Import the patches for the demo applications into the app repos. Bug-AGL: SPEC-5294 Change-Id: I954e1b3aab07d9f641878c4a598a3904005e1077 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'app/TirePressure.qml')
-rw-r--r--app/TirePressure.qml4
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