Commit eb7cf569 authored by Nate Weibley's avatar Nate Weibley

Revert "Fix ugly font rendering in Windows"

This reverts commit bf31c808.
parent bf31c808
......@@ -15,7 +15,6 @@ ComboBox {
textColor: __showHighlight ?
control.__qgcPal.buttonHighlightText :
control.__qgcPal.buttonText
renderType: Text.QtRendering
background: Item {
implicitWidth: Math.round(TextSingleton.implicitHeight * 4.5)
......
......@@ -376,7 +376,6 @@ QGCView {
style: TextAreaStyle {
textColor: qgcPal.text
backgroundColor: qgcPal.windowShade
renderType: Text.QtRendering
}
}
} // QGCViewPabel
......
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