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
Plasma
Bluedevil
Commits
b22f227e
Commit
b22f227e
authored
Oct 28, 2020
by
Tobias Fella
Browse files
Fix listitems on mobile
(cherry picked from commit
fa3da88e
)
parent
7b9718bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kcm/package/contents/ui/Bluetooth.qml
View file @
b22f227e
...
...
@@ -75,13 +75,15 @@ ScrollViewKCM {
delegate
:
Kirigami.SwipeListItem
{
leftPadding
:
0
rightPadding
:
0
contentItem
:
Kirigami.BasicListItem
{
// The parent item already has a highlight
activeBackgroundColor
:
"
transparent
"
// Otherwise there are unnecessary margins
anchors.top
:
parent
.
top
anchors.bottom
:
parent
.
bottom
anchors.left
:
parent
.
left
// No right anchor so text can be elided by actions
text
:
model
.
Name
...
...
Write
Preview
Markdown
is supported
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