~pkunal-parmar/ubuntu-calendar-app/LongPressToCreate

1
2
3
4
5
6
7
import QtQuick 2.0

Rectangle {
    id: separator
    height: units.gu(0.5)
    color: "#c94212"
}