summaryrefslogtreecommitdiff
path: root/qml/watch/faces/builtinface0.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/watch/faces/builtinface0.qml')
-rw-r--r--qml/watch/faces/builtinface0.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/qml/watch/faces/builtinface0.qml b/qml/watch/faces/builtinface0.qml
new file mode 100644
index 0000000..a8df091
--- /dev/null
+++ b/qml/watch/faces/builtinface0.qml
@@ -0,0 +1,11 @@
+import QtQuick 2.0
+
+Rectangle {
+ width: 96/2
+ height: 96/2
+
+ Image {
+ anchors.fill: parent
+ source: "builtinface0.png"
+ }
+}