Commit bf31c808 authored by Nate Weibley's avatar Nate Weibley

Fix ugly font rendering in Windows

parent 0d962e0a
......@@ -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)
......
......@@ -376,6 +376,7 @@ 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