diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-05-15 09:30:04 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-05-15 09:30:04 +0200 |
commit | 8dce5968d395ef362fd554ed5131d14900470a67 (patch) | |
tree | ffec3f3cb378a4d416273e54f79ccd243632f7ab /components | |
parent | 6d034c853ea7cd6d426fccd79db90ec56e188327 (diff) | |
download | kube-8dce5968d395ef362fd554ed5131d14900470a67.tar.gz kube-8dce5968d395ef362fd554ed5131d14900470a67.zip |
only show addres of identiy because we don't have enough space to display the rest
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index b888767d..beeeff53 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -382,7 +382,7 @@ Kube.View { | |||
382 | width: parent.width - Kube.Units.largeSpacing * 2 | 382 | width: parent.width - Kube.Units.largeSpacing * 2 |
383 | 383 | ||
384 | model: composerController.identitySelector.model | 384 | model: composerController.identitySelector.model |
385 | textRole: "displayName" | 385 | textRole: "address" |
386 | Layout.fillWidth: true | 386 | Layout.fillWidth: true |
387 | onCurrentIndexChanged: { | 387 | onCurrentIndexChanged: { |
388 | composerController.identitySelector.currentIndex = currentIndex | 388 | composerController.identitySelector.currentIndex = currentIndex |