diff --git a/src/QmlControls/QGCCheckBox.qml b/src/QmlControls/QGCCheckBox.qml index 2de84fc771d307b199e79aa5dbf460dc8f00d1e6..a737102dfaa77be06aab5cf5be3a661607638392 100644 --- a/src/QmlControls/QGCCheckBox.qml +++ b/src/QmlControls/QGCCheckBox.qml @@ -30,8 +30,7 @@ CheckBox { text: control.text antialiasing: true font.pixelSize: ScreenTools.defaultFontPixelSize - // This messes up when a *width*, which is wider than the control is given - // anchors.centerIn: parent + anchors.verticalCenter: parent.verticalCenter color: control.__qgcPal.text } }