From cfd80c5b44ac82ea6246f0a148e8515749c2b0a2 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 28 Feb 2018 19:44:25 +0100 Subject: Use horizontal|verticalPadding A follow-up commit to 13d56b5. Somehow these were missed. Change-Id: Ief9831797cdda81dd3430b0df0aed2a6050093ca Reviewed-by: Mitch Curtis --- src/imports/controls/material/CheckDelegate.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/imports/controls/material/CheckDelegate.qml') diff --git a/src/imports/controls/material/CheckDelegate.qml b/src/imports/controls/material/CheckDelegate.qml index b07364d0..dafff2c2 100644 --- a/src/imports/controls/material/CheckDelegate.qml +++ b/src/imports/controls/material/CheckDelegate.qml @@ -52,8 +52,7 @@ T.CheckDelegate { baselineOffset: contentItem.y + contentItem.baselineOffset padding: 16 - topPadding: 8 - bottomPadding: 8 + verticalPadding: 8 spacing: 16 icon.width: 24 -- cgit v1.2.3