Commit 0f2d4a46 authored by dheideman's avatar dheideman

Use enumString for large indicators on instrument widget

parent 432971ac
......@@ -91,7 +91,7 @@ Column {
font.pointSize: ScreenTools.mediumFontPointSize * (largeValue ? 1.3 : 1.0)
font.family: largeValue ? ScreenTools.demiboldFontFamily : ScreenTools.normalFontFamily
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