summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/View.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-21 11:17:25 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-21 11:17:25 +0200
commit3c1687f5a53fccec24d378a16be41ea854affec8 (patch)
treef842c9f5e9a8fc4c98711f37f5ad0dc7459031a8 /views/calendar/qml/View.qml
parent3d4c249184ae3f7a2be8c0a7271482bc2aff8de8 (diff)
downloadkube-3c1687f5a53fccec24d378a16be41ea854affec8.tar.gz
kube-3c1687f5a53fccec24d378a16be41ea854affec8.zip
We need hoverEnabled if we want to detect hover events.
Not sure why this ever worked.
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