kcms/users: remove background and hover effect for fingerprint list item

It's not needed here, as these list items aren't individually
selectable.
wilder-5.26
Nate Graham 4 years ago
parent 9bf0e56da8
commit 2c078334a2
  1. 3
      kcms/users/package/contents/ui/FingerprintDialog.qml

@ -223,6 +223,9 @@ Kirigami.OverlaySheet {
delegate: Kirigami.SwipeListItem {
property Finger finger: modelData
// Don't need a background or hover effect for this use case
hoverEnabled: false
backgroundColor: "transparent"
contentItem: RowLayout {
Kirigami.Icon {
source: "fingerprint"

Loading…
Cancel
Save