Commit 07712487 authored by Don Gagne's avatar Don Gagne

Use correct font

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