diff options
Diffstat (limited to 'views/calendar/qml/WeekView.qml')
-rw-r--r-- | views/calendar/qml/WeekView.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml index 80e41bea..7791795c 100644 --- a/views/calendar/qml/WeekView.qml +++ b/views/calendar/qml/WeekView.qml | |||
@@ -309,11 +309,13 @@ FocusScope { | |||
309 | 309 | ||
310 | Kube.Label { | 310 | Kube.Label { |
311 | anchors { | 311 | anchors { |
312 | left: parent.left | 312 | fill: parent |
313 | leftMargin: Kube.Units.smallSpacing | 313 | leftMargin: Kube.Units.smallSpacing |
314 | } | 314 | } |
315 | text: model.modelData.text | 315 | text: model.modelData.text |
316 | color: Kube.Colors.highlightedTextColor | 316 | color: Kube.Colors.highlightedTextColor |
317 | wrapMode: Text.Wrap | ||
318 | elide: Text.ElideRight | ||
317 | } | 319 | } |
318 | 320 | ||
319 | Drag.active: mouseArea.drag.active | 321 | Drag.active: mouseArea.drag.active |