summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Base/RadioButtonStyle.qml
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-03-22 17:05:02 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-03-22 18:59:17 +0000
commita41a3268c7b1f1d510c452e5430db0d5e5ee4055 (patch)
tree29faa556429df7ca980afc89f8014f1c7786dd36 /src/controls/Styles/Base/RadioButtonStyle.qml
parent710058343297bba7cc44fa2369b7cec742f34cb2 (diff)
downloadqtquickcontrols-a41a3268c7b1f1d510c452e5430db0d5e5ee4055.tar.gz
Fix detected anchors on an item that is managed by a layoutv5.11.0-beta3
Change-Id: Ie1f493eef4b597a447d0dc47e9ab383a8fa7fe88 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/controls/Styles/Base/RadioButtonStyle.qml')
-rw-r--r--src/controls/Styles/Base/RadioButtonStyle.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controls/Styles/Base/RadioButtonStyle.qml b/src/controls/Styles/Base/RadioButtonStyle.qml
index 4df89fb3..768345b9 100644
--- a/src/controls/Styles/Base/RadioButtonStyle.qml
+++ b/src/controls/Styles/Base/RadioButtonStyle.qml
@@ -162,12 +162,10 @@ Style {
Loader {
id: indicatorLoader
sourceComponent: indicator
- anchors.verticalCenter: parent.verticalCenter
}
Loader {
id: labelLoader
sourceComponent: label
- anchors.verticalCenter: parent.verticalCenter
}
}
}