From 13d56b56117eab661565fcbe561b6ef0761b1a20 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 22 Feb 2018 19:52:32 +0100 Subject: Use horizontal|verticalPadding Change-Id: I564bf29a859f29d83c94c4428737c0846c1baadb Reviewed-by: Mitch Curtis --- src/imports/controls/material/SwipeDelegate.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/imports/controls/material/SwipeDelegate.qml') diff --git a/src/imports/controls/material/SwipeDelegate.qml b/src/imports/controls/material/SwipeDelegate.qml index 3679759d..60e4b19b 100644 --- a/src/imports/controls/material/SwipeDelegate.qml +++ b/src/imports/controls/material/SwipeDelegate.qml @@ -52,8 +52,7 @@ T.SwipeDelegate { baselineOffset: contentItem.y + contentItem.baselineOffset padding: 16 - topPadding: 8 - bottomPadding: 8 + verticalPadding: 8 spacing: 16 icon.width: 24 -- cgit v1.2.3