From 8dce5968d395ef362fd554ed5131d14900470a67 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 15 May 2017 09:30:04 +0200 Subject: only show addres of identiy because we don't have enough space to display the rest --- components/kube/contents/ui/ComposerView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') 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 { width: parent.width - Kube.Units.largeSpacing * 2 model: composerController.identitySelector.model - textRole: "displayName" + textRole: "address" Layout.fillWidth: true onCurrentIndexChanged: { composerController.identitySelector.currentIndex = currentIndex -- cgit v1.2.3