Browse Source

Revert "Fix ugly font rendering in Windows"

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

1
src/QmlControls/QGCComboBox.qml

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

1
src/VehicleSetup/FirmwareUpgrade.qml

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

Loading…
Cancel
Save