summaryrefslogtreecommitdiff
path: root/qml/watch/faces/builtinface5.qml
blob: e64703c3c6a76f1f3fd0b9cb0ec4be280468eb3b (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.0

Rectangle {
	width: 96
	height: 96

	Image {
		anchors.fill: parent
		source: "builtinface5.png"
	}
}