~renatofilho/ubuntu-calendar-app/majster-new-event-page

1
2
3
4
5
6
7
import QtQuick 2.0

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