diff options
author | Javier S. Pedro <dev.git@javispedro.com> | 2014-09-28 00:01:34 +0200 |
---|---|---|
committer | Javier S. Pedro <dev.git@javispedro.com> | 2014-09-28 00:01:34 +0200 |
commit | 75e3ea1a6ede925d8aca4dca3793a629da98ed04 (patch) | |
tree | 26d9fe35e00b734f006b5db89bb4691b4ab268a2 /qml | |
parent | 327dab50c887d2818cac9109049bf5fc1f391a17 (diff) | |
download | salmeta-75e3ea1a6ede925d8aca4dca3793a629da98ed04.tar.gz salmeta-75e3ea1a6ede925d8aca4dca3793a629da98ed04.zip |
fix broken watchface .qml -> .png mapping
Diffstat (limited to 'qml')
-rw-r--r-- | qml/watch/faces/builtinface1.qml | 2 | ||||
-rw-r--r-- | qml/watch/faces/builtinface4.qml | 2 |
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" } } |