diff options
-rw-r--r-- | views/calendar/qml/WeekView.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml index 0080e1e7..f8dca84d 100644 --- a/views/calendar/qml/WeekView.qml +++ b/views/calendar/qml/WeekView.qml | |||
@@ -179,6 +179,12 @@ FocusScope { | |||
179 | 179 | ||
180 | ScrollBar.vertical: Kube.ScrollBar {} | 180 | ScrollBar.vertical: Kube.ScrollBar {} |
181 | 181 | ||
182 | Kube.ScrollHelper { | ||
183 | id: scrollHelper | ||
184 | flickable: mainWeekViewer | ||
185 | anchors.fill: parent | ||
186 | } | ||
187 | |||
182 | Row { | 188 | Row { |
183 | height: root.hourHeight * 24 | 189 | height: root.hourHeight * 24 |
184 | width: root.dayWidth * root.daysToShow + Kube.Units.gridUnit * 2 | 190 | width: root.dayWidth * root.daysToShow + Kube.Units.gridUnit * 2 |