summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/calendar/qml/WeekView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml
index 781aefa5..289b8590 100644
--- a/views/calendar/qml/WeekView.qml
+++ b/views/calendar/qml/WeekView.qml
@@ -62,7 +62,7 @@ FocusScope {
62 id: dayLabels 62 id: dayLabels
63 anchors.right: parent.right 63 anchors.right: parent.right
64 spacing: 0 64 spacing: 0
65 locale: Qt.locale("en_GB") 65 locale: Qt.locale()
66 66
67 delegate: Rectangle { 67 delegate: Rectangle {
68 width: root.dayWidth 68 width: root.dayWidth