summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/qml/AccountsView.qml1
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 }