diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-19 13:27:37 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-19 13:27:47 +0100 |
commit | 77ea1b245737d0cfc4d20035e6476dae6969e699 (patch) | |
tree | 20735c00ec8926e639df71b7198ba2d7aef16f4d /app/Notification.qml | |
parent | 0e670c959deaee14923043978554453ddd91c041 (diff) |
Import the patches for the demo applications into the app repos.
Bug-AGL: SPEC-5294
Change-Id: I00de015ca1ce86d7c8b3b58e0fe457fef7c18d00
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'app/Notification.qml')
-rw-r--r-- | app/Notification.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Notification.qml b/app/Notification.qml index ac6b360..dd68ce3 100644 --- a/app/Notification.qml +++ b/app/Notification.qml @@ -30,7 +30,7 @@ Item { Image { id: button scale: 0.5 - source: '../images/HMI_Settings_X.svg' + source: 'qrc:/images/HMI_Settings_X.svg' MouseArea { anchors.fill: button onClicked: notificationModel.remove(index) |