[calendar] Only show the events mark on days grid, not month or year
This commit is contained in:
parent
f16570187f
commit
18af870303
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user