diff options
Diffstat (limited to 'app/SettingsLauncher.qml')
-rw-r--r-- | app/SettingsLauncher.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/SettingsLauncher.qml b/app/SettingsLauncher.qml index 01c5433..14059d0 100644 --- a/app/SettingsLauncher.qml +++ b/app/SettingsLauncher.qml @@ -69,7 +69,7 @@ Page { } } Image { - source: '../images/HMI_Settings_DividingLine.svg' + source: 'qrc:/images/HMI_Settings_DividingLine.svg' anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.top visible: model.index > 0 |