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