diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-17 12:28:56 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-17 12:28:56 +0200 |
commit | a204de1c989067a6aff95e81949405a45e8cbe3f (patch) | |
tree | e2a396ee57585f7f8656079b15383381b3d870c0 /components/package/contents/ui/Composer.qml | |
parent | 634772c6da51c1d69f804bd45bbedaeb88789cd6 (diff) | |
download | kube-a204de1c989067a6aff95e81949405a45e8cbe3f.tar.gz kube-a204de1c989067a6aff95e81949405a45e8cbe3f.zip |
Show identities instead of accounts
Diffstat (limited to 'components/package/contents/ui/Composer.qml')
-rw-r--r-- | components/package/contents/ui/Composer.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/Composer.qml b/components/package/contents/ui/Composer.qml index 34fd3ca4..1bd96a2b 100644 --- a/components/package/contents/ui/Composer.qml +++ b/components/package/contents/ui/Composer.qml | |||
@@ -69,7 +69,7 @@ Item { | |||
69 | ComboBox { | 69 | ComboBox { |
70 | id: identityCombo | 70 | id: identityCombo |
71 | model: composer.identityModel | 71 | model: composer.identityModel |
72 | textRole: "name" | 72 | textRole: "displayName" |
73 | 73 | ||
74 | Layout.fillWidth: true | 74 | Layout.fillWidth: true |
75 | 75 | ||