summaryrefslogtreecommitdiff
path: root/qml/watch/faces/builtinface4.qml
diff options
context:
space:
mode:
authorJavier S. Pedro <dev.git@javispedro.com>2014-09-27 18:15:22 +0200
committerJavier S. Pedro <dev.git@javispedro.com>2014-09-27 18:15:22 +0200
commit327dab50c887d2818cac9109049bf5fc1f391a17 (patch)
tree9f9b19d665369b291c70056c430f74b02a4d86e9 /qml/watch/faces/builtinface4.qml
parent1cdacce135cad31c2a8d75b95f742c47038211ee (diff)
downloadsalmeta-327dab50c887d2818cac9109049bf5fc1f391a17.tar.gz
salmeta-327dab50c887d2818cac9109049bf5fc1f391a17.zip
enable all the builtin watchfaces
Diffstat (limited to 'qml/watch/faces/builtinface4.qml')
-rw-r--r--qml/watch/faces/builtinface4.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/watch/faces/builtinface4.qml b/qml/watch/faces/builtinface4.qml
index f9eff50..ca542d4 100644
--- a/qml/watch/faces/builtinface4.qml
+++ b/qml/watch/faces/builtinface4.qml
@@ -6,6 +6,6 @@ Rectangle {
Image {
anchors.fill: parent
- source: "builtinface4.png"
+ source: "builtinface3.png"
}
}