aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/SwipeDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/universal/SwipeDelegate.qml')
-rw-r--r--src/imports/controls/universal/SwipeDelegate.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/controls/universal/SwipeDelegate.qml b/src/imports/controls/universal/SwipeDelegate.qml
index c81d1f90..77df02cf 100644
--- a/src/imports/controls/universal/SwipeDelegate.qml
+++ b/src/imports/controls/universal/SwipeDelegate.qml
@@ -48,6 +48,8 @@ T.SwipeDelegate {
indicator ? indicator.implicitHeight : 0) + topPadding + bottomPadding)
baselineOffset: contentItem.y + contentItem.baselineOffset
+ hoverEnabled: Qt.styleHints.useHoverEffects
+
spacing: 12
padding: 12