[wallpapers/image] remove double padding in folder list delegates

wilder-5.22
Nate Graham 5 years ago
parent 0417f736d3
commit 5bb29a560d
  1. 2
      wallpapers/image/imagepackage/contents/ui/config.qml

@ -314,6 +314,8 @@ ColumnLayout {
model: imageWallpaper.slidePaths
delegate: Kirigami.SwipeListItem {
width: slidePathsView.width
// content item includes its own padding
padding: 0
// Don't need a highlight
activeBackgroundColor: "transparent"
contentItem: Kirigami.BasicListItem {

Loading…
Cancel
Save