summaryrefslogtreecommitdiff
path: root/qml/watch/faces/builtinface2.qml
blob: 7c4542abf19a73c3abeab29c9827dea453185e0f (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: "builtinface2.png"
	}
}