[wallpapers/image] Use hoverEnabled: false to get rid of hover effects

This is more reliable than setting the background color to transparent,
and we don't need hover effects for the content item here.
wilder-5.22
Nate Graham 5 years ago
parent 5bb29a560d
commit d59a077214
  1. 9
      wallpapers/image/imagepackage/contents/ui/config.qml

@ -316,12 +316,11 @@ ColumnLayout {
width: slidePathsView.width width: slidePathsView.width
// content item includes its own padding // content item includes its own padding
padding: 0 padding: 0
// Don't need a highlight // Don't need a highlight or hover effects
activeBackgroundColor: "transparent" hoverEnabled: false
contentItem: Kirigami.BasicListItem { contentItem: Kirigami.BasicListItem {
// Don't need a highlight // Don't need a highlight or hover effects
activeBackgroundColor: "transparent" hoverEnabled: false
activeTextColor: "black"
separatorVisible: false separatorVisible: false
// Header: the folder // Header: the folder

Loading…
Cancel
Save