summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/WeekView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/calendar/qml/WeekView.qml')
-rw-r--r--views/calendar/qml/WeekView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml
index 08c56e5a..9366becc 100644
--- a/views/calendar/qml/WeekView.qml
+++ b/views/calendar/qml/WeekView.qml
@@ -260,10 +260,10 @@ FocusScope {
260 rightMargin: Kube.Units.smallSpacing 260 rightMargin: Kube.Units.smallSpacing
261 } 261 }
262 radius: 2 262 radius: 2
263 width: root.dayWidth - Kube.Units.smallSpacing * 2 - Kube.Units.gridUnit * model.modelData.indention 263 width: root.dayWidth - Kube.Units.smallSpacing * 2 - Kube.Units.gridUnit * model.modelData.indentation
264 height: Math.max(root.hourHeight * 0.5, root.hourHeight * model.modelData.duration) 264 height: Math.max(root.hourHeight * 0.5, root.hourHeight * model.modelData.duration)
265 y: root.hourHeight * model.modelData.starts 265 y: root.hourHeight * model.modelData.starts
266 x: Kube.Units.gridUnit * model.modelData.indention 266 x: Kube.Units.gridUnit * model.modelData.indentation
267 267
268 color: model.modelData.color 268 color: model.modelData.color
269 opacity: 0.8 269 opacity: 0.8