summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/View.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/calendar/qml/View.qml')
-rw-r--r--views/calendar/qml/View.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml
index b277e4e2..30239378 100644
--- a/views/calendar/qml/View.qml
+++ b/views/calendar/qml/View.qml
@@ -151,7 +151,7 @@ RowLayout {
151 Layout.fillWidth: true 151 Layout.fillWidth: true
152 text: model.name 152 text: model.name
153 color: Kube.Colors.highlightedTextColor 153 color: Kube.Colors.highlightedTextColor
154 elide: Text.ElideRight 154 elide: Text.ElideLeft
155 clip: true 155 clip: true
156 } 156 }
157 Rectangle { 157 Rectangle {