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

Rectangle {
	width: 96/2
	height: 96/2

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