aboutsummaryrefslogtreecommitdiff
path: root/components/CheckBox2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/CheckBox2.qml')
-rw-r--r--components/CheckBox2.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/CheckBox2.qml b/components/CheckBox2.qml
index 667a950f..367037c2 100644
--- a/components/CheckBox2.qml
+++ b/components/CheckBox2.qml
@@ -80,7 +80,6 @@ RowLayout {
anchors.centerIn: parent
source: "../images/whiteDropIndicator.png"
rotation: checkBox.checked ? 180 * scaleRatio : 0
- verticalAlignment: parent.verticalCenter
}
}