Browse Source

Use enumString for large indicators on instrument widget

QGC4.4
dheideman 8 years ago
parent
commit
0f2d4a46c6
  1. 2
      src/FlightMap/Widgets/ValuePageWidget.qml

2
src/FlightMap/Widgets/ValuePageWidget.qml

@ -91,7 +91,7 @@ Column {
font.pointSize: ScreenTools.mediumFontPointSize * (largeValue ? 1.3 : 1.0) font.pointSize: ScreenTools.mediumFontPointSize * (largeValue ? 1.3 : 1.0)
font.family: largeValue ? ScreenTools.demiboldFontFamily : ScreenTools.normalFontFamily font.family: largeValue ? ScreenTools.demiboldFontFamily : ScreenTools.normalFontFamily
fontSizeMode: Text.HorizontalFit fontSizeMode: Text.HorizontalFit
text: fact.valueString text: fact.enumOrValueString
} }
} }
} }

Loading…
Cancel
Save