aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Navigation/RouteElement.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Navigation/RouteElement.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Navigation/RouteElement.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Navigation/RouteElement.qml b/examples/quickcontrols2/wearable/qml/Navigation/RouteElement.qml
index 80e6898a..f9a2f26b 100644
--- a/examples/quickcontrols2/wearable/qml/Navigation/RouteElement.qml
+++ b/examples/quickcontrols2/wearable/qml/Navigation/RouteElement.qml
@@ -69,7 +69,7 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter
height: 64
width: 64
- source: "../../images/navigation/" + navImage
+ source: "images/" + navImage
fillMode: Image.PreserveAspectFit
}