Commit d9988428 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5623 from bluerobotics/pr-use-enum-string-indicator

Use enumString for large indicators on instrument widget
parents 0bacb83e 0f2d4a46
...@@ -91,7 +91,7 @@ Column { ...@@ -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
} }
} }
} }
......
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