diff --git a/src/controls/templates/SwipeListItem.qml b/src/controls/templates/SwipeListItem.qml --- a/src/controls/templates/SwipeListItem.qml +++ b/src/controls/templates/SwipeListItem.qml @@ -133,7 +133,7 @@ leftPadding: Units.smallSpacing * 2 topPadding: Units.smallSpacing * 2 - rightPadding: Units.smallSpacing * 2 + rightPadding: Units.smallSpacing * 2 + handleMouse.width bottomPadding: Units.smallSpacing * 2 //END properties @@ -234,7 +234,7 @@ right: parent.right top: parent.top bottom: parent.bottom - rightMargin: listItem.rightPadding + rightMargin: Units.smallSpacing } preventStealing: true width: height diff --git a/src/styles/org.kde.desktop/SwipeListItem.qml b/src/styles/org.kde.desktop/SwipeListItem.qml --- a/src/styles/org.kde.desktop/SwipeListItem.qml +++ b/src/styles/org.kde.desktop/SwipeListItem.qml @@ -25,7 +25,6 @@ T.SwipeListItem { id: listItem - rightPadding: Units.gridUnit background: DefaultListItemBackground {} implicitHeight: contentItem.implicitHeight + Units.smallSpacing * 4 }