diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-12-21 12:57:49 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-12-21 12:57:49 +0100 |
commit | f5542254de80a9098c6228cf64abf9a6fd395643 (patch) | |
tree | 221b8411f97bc2103996381e8057940a233e65a5 /components | |
parent | 9d80e116e3a34cb7de004e3b7153cc1550cd1145 (diff) | |
download | kube-f5542254de80a9098c6228cf64abf9a6fd395643.tar.gz kube-f5542254de80a9098c6228cf64abf9a6fd395643.zip |
elide account name
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/qml/AccountsView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/kube/qml/AccountsView.qml b/components/kube/qml/AccountsView.qml index df88e1f7..9b774907 100644 --- a/components/kube/qml/AccountsView.qml +++ b/components/kube/qml/AccountsView.qml | |||
@@ -87,6 +87,7 @@ FocusScope { | |||
87 | 87 | ||
88 | text: model.name | 88 | text: model.name |
89 | color: delegateRoot.textColor | 89 | color: delegateRoot.textColor |
90 | elide: Text.ElideRight | ||
90 | } | 91 | } |
91 | } | 92 | } |
92 | } | 93 | } |