summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Base/CheckBoxStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/Base/CheckBoxStyle.qml')
-rw-r--r--src/controls/Styles/Base/CheckBoxStyle.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controls/Styles/Base/CheckBoxStyle.qml b/src/controls/Styles/Base/CheckBoxStyle.qml
index 30057ca1..98f45740 100644
--- a/src/controls/Styles/Base/CheckBoxStyle.qml
+++ b/src/controls/Styles/Base/CheckBoxStyle.qml
@@ -182,13 +182,11 @@ Style {
Loader {
id: indicatorLoader
sourceComponent: indicator
- anchors.verticalCenter: parent.verticalCenter
}
Loader {
id: labelLoader
Layout.fillWidth: true
sourceComponent: label
- anchors.verticalCenter: parent.verticalCenter
}
}
}