summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Base/RadioButtonStyle.qml
diff options
context:
space:
mode:
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
}
}
}