diff options
Diffstat (limited to 'views/calendar/qml/View.qml')
-rw-r--r-- | views/calendar/qml/View.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml index dd41841c..1faf2820 100644 --- a/views/calendar/qml/View.qml +++ b/views/calendar/qml/View.qml | |||
@@ -146,6 +146,7 @@ Kube.View { | |||
146 | id: calendarModel | 146 | id: calendarModel |
147 | type: "calendar" | 147 | type: "calendar" |
148 | roles: ["name", "color"] | 148 | roles: ["name", "color"] |
149 | sortRole: "name" | ||
149 | } | 150 | } |
150 | delegate: ItemDelegate { | 151 | delegate: ItemDelegate { |
151 | id: delegate | 152 | id: delegate |