summaryrefslogtreecommitdiff
path: root/qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml')
-rw-r--r--qml/watch/faces/builtinface1.qml2
-rw-r--r--qml/watch/faces/builtinface4.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/qml/watch/faces/builtinface1.qml b/qml/watch/faces/builtinface1.qml
index 3d4bb57..3602809 100644
--- a/qml/watch/faces/builtinface1.qml
+++ b/qml/watch/faces/builtinface1.qml
@@ -6,6 +6,6 @@ Rectangle {
Image {
anchors.fill: parent
- source: "builtinface3.png"
+ source: "builtinface1.png"
}
}
diff --git a/qml/watch/faces/builtinface4.qml b/qml/watch/faces/builtinface4.qml
index ca542d4..f9eff50 100644
--- a/qml/watch/faces/builtinface4.qml
+++ b/qml/watch/faces/builtinface4.qml
@@ -6,6 +6,6 @@ Rectangle {
Image {
anchors.fill: parent
- source: "builtinface3.png"
+ source: "builtinface4.png"
}
}