Commit 07712487 authored by Don Gagne's avatar Don Gagne

Use correct font

parent d009c117
......@@ -86,13 +86,11 @@ QGCView {
height: Math.round(ScreenTools.defaultFontPixelHeight * 0.5 + field.height)
width: listview.width
Text {
id: field
text: display
color: qgcPal.text
width: parent.width
wrapMode: Text.Wrap
font.family: ScreenTools.normalFontFamily
QGCLabel {
id: field
text: display
width: parent.width
wrapMode: Text.Wrap
anchors.verticalCenter: parent.verticalCenter
}
}
......
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