Commit 26a5997d authored by dogmaphobic's avatar dogmaphobic

Fix checkbox aligment.

parent 3dacace2
...@@ -30,8 +30,7 @@ CheckBox { ...@@ -30,8 +30,7 @@ CheckBox {
text: control.text text: control.text
antialiasing: true antialiasing: true
font.pixelSize: ScreenTools.defaultFontPixelSize font.pixelSize: ScreenTools.defaultFontPixelSize
// This messes up when a *width*, which is wider than the control is given anchors.verticalCenter: parent.verticalCenter
// anchors.centerIn: parent
color: control.__qgcPal.text color: control.__qgcPal.text
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment