[app] Use subtitle in list item
This commit is contained in:
parent
d81a137682
commit
a27d684f16
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue