diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-19 11:29:24 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-19 11:29:24 +0200 |
commit | 02e41615a0442ca5c678b4b1131afd12742d6824 (patch) | |
tree | 84680f7f55792e73e6697e737d89f0246104b1c8 /views/calendar/qml/View.qml | |
parent | 0d1b7f98cd295b16d93bb09cb8f43e1d60a173f6 (diff) | |
download | kube-02e41615a0442ca5c678b4b1131afd12742d6824.tar.gz kube-02e41615a0442ca5c678b4b1131afd12742d6824.zip |
The path is encoded into the name, so elide left makes more sense
Diffstat (limited to 'views/calendar/qml/View.qml')
-rw-r--r-- | views/calendar/qml/View.qml | 2 |
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 { |