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

Rectangle {
	width: 96
	height: 96/2

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