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 99b518b1..8c6f9c77 100644 --- a/components/package/contents/ui/Composer.qml +++ b/components/package/contents/ui/Composer.qml | |||
@@ -68,7 +68,7 @@ Item { | |||
68 | ComboBox { | 68 | ComboBox { |
69 | id: identityCombo | 69 | id: identityCombo |
70 | model: composer.identityModel | 70 | model: composer.identityModel |
71 | textRole: "name" | 71 | textRole: "displayName" |
72 | 72 | ||
73 | Layout.fillWidth: true | 73 | Layout.fillWidth: true |
74 | 74 | ||