diff options
Diffstat (limited to 'app/wired/Wired.qml')
-rw-r--r-- | app/wired/Wired.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/wired/Wired.qml b/app/wired/Wired.qml index 0a3e312..610d2c6 100644 --- a/app/wired/Wired.qml +++ b/app/wired/Wired.qml @@ -111,7 +111,7 @@ SettingPage { } Image { - source: '../images/HMI_Settings_DividingLine.svg' + source: 'qrc:/images/HMI_Settings_DividingLine.svg' anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.top anchors.topMargin: -15 |