summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/View.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/calendar/qml/View.qml')
-rw-r--r--views/calendar/qml/View.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml
index 07127d27..11fd2503 100644
--- a/views/calendar/qml/View.qml
+++ b/views/calendar/qml/View.qml
@@ -151,6 +151,7 @@ Kube.View {
151 id: delegate 151 id: delegate
152 width: listView.availableWidth 152 width: listView.availableWidth
153 height: Kube.Units.gridUnit 153 height: Kube.Units.gridUnit
154 hoverEnabled: true
154 RowLayout { 155 RowLayout {
155 anchors.fill: parent 156 anchors.fill: parent
156 spacing: Kube.Units.smallSpacing 157 spacing: Kube.Units.smallSpacing