Browse Source

Fix ugly font rendering in Windows

QGC4.4
Nate Weibley 10 years ago
parent
commit
bf31c80831
  1. 1
      src/QmlControls/QGCComboBox.qml
  2. 1
      src/VehicleSetup/FirmwareUpgrade.qml

1
src/QmlControls/QGCComboBox.qml

@ -15,6 +15,7 @@ ComboBox { @@ -15,6 +15,7 @@ ComboBox {
textColor: __showHighlight ?
control.__qgcPal.buttonHighlightText :
control.__qgcPal.buttonText
renderType: Text.QtRendering
background: Item {
implicitWidth: Math.round(TextSingleton.implicitHeight * 4.5)

1
src/VehicleSetup/FirmwareUpgrade.qml

@ -376,6 +376,7 @@ QGCView { @@ -376,6 +376,7 @@ QGCView {
style: TextAreaStyle {
textColor: qgcPal.text
backgroundColor: qgcPal.windowShade
renderType: Text.QtRendering
}
}
} // QGCViewPabel

Loading…
Cancel
Save