aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-02-16 16:15:05 +0100
committerMitch Curtis <mitch.curtis@qt.io>2018-02-16 16:04:37 +0000
commitdd4e4ca8adc88785f02c7c549fdf43347e14350b (patch)
tree050e63c6e36cba29403aff6ea37ebefb58ba6d21
parent106e7b631a8b969c851a5124d3f524ecf0b50ebf (diff)
Material: sync CheckDelegate's vertical padding with other delegates
Change-Id: I83e5d787d0706dc547a9d906fdafef97e838172f Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
-rw-r--r--src/imports/controls/material/CheckDelegate.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/controls/material/CheckDelegate.qml b/src/imports/controls/material/CheckDelegate.qml
index 8ccf399f..1d3ff61d 100644
--- a/src/imports/controls/material/CheckDelegate.qml
+++ b/src/imports/controls/material/CheckDelegate.qml
@@ -52,8 +52,8 @@ T.CheckDelegate {
baselineOffset: contentItem.y + contentItem.baselineOffset
padding: 16
- topPadding: 14
- bottomPadding: 14
+ topPadding: 8
+ bottomPadding: 8
spacing: 16
icon.width: 24