diff options
author | Javier S. Pedro <dev.git@javispedro.com> | 2014-09-27 18:15:22 +0200 |
---|---|---|
committer | Javier S. Pedro <dev.git@javispedro.com> | 2014-09-27 18:15:22 +0200 |
commit | 327dab50c887d2818cac9109049bf5fc1f391a17 (patch) | |
tree | 9f9b19d665369b291c70056c430f74b02a4d86e9 /qml/watch/faces/builtinface2.qml | |
parent | 1cdacce135cad31c2a8d75b95f742c47038211ee (diff) | |
download | salmeta-327dab50c887d2818cac9109049bf5fc1f391a17.tar.gz salmeta-327dab50c887d2818cac9109049bf5fc1f391a17.zip |
enable all the builtin watchfaces
Diffstat (limited to 'qml/watch/faces/builtinface2.qml')
-rw-r--r-- | qml/watch/faces/builtinface2.qml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qml/watch/faces/builtinface2.qml b/qml/watch/faces/builtinface2.qml new file mode 100644 index 0000000..7c4542a --- /dev/null +++ b/qml/watch/faces/builtinface2.qml @@ -0,0 +1,11 @@ +import QtQuick 2.0 + +Rectangle { + width: 96 + height: 96 + + Image { + anchors.fill: parent + source: "builtinface2.png" + } +} |