summaryrefslogtreecommitdiff
path: root/qml/watch/main.qml
blob: 200a8b08ec69c593a061c105d6fbeb52fd207b5d (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Rectangle {
    width: 96
    height: 96

    color: "white"
}