Commit bf31c808 authored by Nate Weibley's avatar Nate Weibley

Fix ugly font rendering in Windows

parent 0d962e0a
...@@ -15,6 +15,7 @@ ComboBox { ...@@ -15,6 +15,7 @@ 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)
......
...@@ -376,6 +376,7 @@ QGCView { ...@@ -376,6 +376,7 @@ QGCView {
style: TextAreaStyle { style: TextAreaStyle {
textColor: qgcPal.text textColor: qgcPal.text
backgroundColor: qgcPal.windowShade backgroundColor: qgcPal.windowShade
renderType: Text.QtRendering
} }
} }
} // QGCViewPabel } // 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