summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/calendar/qml/WeekView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml
index 289b8590..ca35d788 100644
--- a/views/calendar/qml/WeekView.qml
+++ b/views/calendar/qml/WeekView.qml
@@ -52,6 +52,7 @@ FocusScope {
52 anchors { 52 anchors {
53 top: parent.top 53 top: parent.top
54 right: parent.right 54 right: parent.right
55 rightMargin: Kube.Units.largeSpacing
55 } 56 }
56 57
57 width: root.dayWidth * 7 + Kube.Units.gridUnit * 2 58 width: root.dayWidth * 7 + Kube.Units.gridUnit * 2