Browse Source

Fixing QGCCheckBox

QGC4.4
dogmaphobic 10 years ago
parent
commit
1df6ada0c8
  1. 5
      src/QmlControls/QGCCheckBox.qml

5
src/QmlControls/QGCCheckBox.qml

@ -30,9 +30,8 @@ CheckBox { @@ -30,9 +30,8 @@ CheckBox {
text: control.text
antialiasing: true
font.pixelSize: ScreenTools.defaultFontPixelSize
anchors.centerIn: parent
// This messes up when a *width*, which is wider than the control is given
// anchors.centerIn: parent
color: control.__qgcPal.text
}
}

Loading…
Cancel
Save