summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-01 11:39:58 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-01 11:39:58 +0200
commitfb123c0dc34a9fed0e8cf1e0808fa93a34fcf11a (patch)
tree04fac90a647f3c991e66a25cb67821f07bfc7c28
parent1f24d911cae441b6b47e296aae31750686fb173f (diff)
downloadkube-fb123c0dc34a9fed0e8cf1e0808fa93a34fcf11a.tar.gz
kube-fb123c0dc34a9fed0e8cf1e0808fa93a34fcf11a.zip
Use the system locale
-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