diff options
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 | ||