Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
a27d684f
Commit
a27d684f
authored
Jul 17, 2020
by
Nicolas Fella
Browse files
[app] Use subtitle in list item
parent
d81a1376
Pipeline
#27453
passed with stage
in 17 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/qml/FindDevicesPage.qml
View file @
a27d684f
...
...
@@ -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
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment