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