aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/CheckDelegate.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2018-02-28 19:44:25 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2018-03-01 07:29:28 +0000
commitcfd80c5b44ac82ea6246f0a148e8515749c2b0a2 (patch)
tree666371e5cae944d67fa68f280858851e77b485e8 /src/imports/controls/material/CheckDelegate.qml
parent64cbf20ec8ce9ae21e67bd0b1c30b16d12582bc7 (diff)
Use horizontal|verticalPadding
A follow-up commit to 13d56b5. Somehow these were missed. Change-Id: Ief9831797cdda81dd3430b0df0aed2a6050093ca Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/controls/material/CheckDelegate.qml')
-rw-r--r--src/imports/controls/material/CheckDelegate.qml3
1 files changed, 1 insertions, 2 deletions
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