summaryrefslogtreecommitdiff
path: root/qml/watch/faces/builtinface1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/watch/faces/builtinface1.qml')
-rw-r--r--qml/watch/faces/builtinface1.qml2
1 files changed, 1 insertions, 1 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"
}
}