Commit 1df6ada0 authored by dogmaphobic's avatar dogmaphobic

Fixing QGCCheckBox

parent 78004042
...@@ -30,9 +30,8 @@ CheckBox { ...@@ -30,9 +30,8 @@ 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.centerIn: parent // 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