diff options
author | Liang Qi <liang.qi@qt.io> | 2016-09-21 08:33:50 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2016-09-21 08:33:50 +0200 |
commit | 4e26a18ede1775ae06bef7c272994e84510ebd9a (patch) | |
tree | 0543dca51dc0b4f7a42c755235db4b00d2f080b4 /src/controls/Styles | |
parent | 271d1efc13d4534830e37fd12fa6202981da723c (diff) | |
parent | 3b093789b07c670e29d3275e26c4e7122db042ae (diff) | |
download | qtquickcontrols-4e26a18ede1775ae06bef7c272994e84510ebd9a.tar.gz |
Merge remote-tracking branch 'origin/5.8' into dev
Change-Id: I20f0f7a50b55907f4a6e574bdfe92bc9538879d6
Diffstat (limited to 'src/controls/Styles')
-rw-r--r-- | src/controls/Styles/Base/CheckBoxStyle.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Base/CheckBoxStyle.qml b/src/controls/Styles/Base/CheckBoxStyle.qml index 0baf244b..30057ca1 100644 --- a/src/controls/Styles/Base/CheckBoxStyle.qml +++ b/src/controls/Styles/Base/CheckBoxStyle.qml @@ -114,7 +114,7 @@ Style { /*! This defines the indicator button. */ property Component indicator: Item { implicitWidth: Math.round(TextSingleton.implicitHeight) - height: width + implicitHeight: implicitWidth Rectangle { anchors.fill: parent anchors.bottomMargin: -1 |