From a27d684f16cca30c5aee6ea73cad766a6b019301 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Fri, 17 Jul 2020 01:05:22 +0200 Subject: [PATCH] [app] Use subtitle in list item --- app/qml/FindDevicesPage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/qml/FindDevicesPage.qml b/app/qml/FindDevicesPage.qml index 5b82e78d7..1aab33020 100644 --- a/app/qml/FindDevicesPage.qml +++ b/app/qml/FindDevicesPage.qml @@ -61,10 +61,10 @@ Kirigami.ScrollablePage sourceModel: DevicesModel {} } delegate: Kirigami.BasicListItem { - width: ListView.view.width icon: iconName iconColor: "transparent" - label: display + "\n" + toolTip + label: display + subtitle: toolTip highlighted: false onClicked: { pageStack.push(