[calendar] Only show the events mark on days grid, not month or year

This commit is contained in:
Martin Klapetek 2016-05-02 19:51:20 -04:00
parent f16570187f
commit 18af870303

View File

@ -102,7 +102,7 @@ MouseArea {
}
Loader {
active: containsEventItems
active: model.containsEventItems !== undefined && model.containsEventItems
anchors.bottom: parent.bottom
anchors.right: parent.right
height: parent.height / 3