Index: sources/gui/qml/components/LabelValue.qml =================================================================== diff -u -r7caa737179a8c31825ae6445f593ac7ff5f95080 -r7b71ec23c53c04a24e3db8ace0ca4825ec57d721 --- sources/gui/qml/components/LabelValue.qml (.../LabelValue.qml) (revision 7caa737179a8c31825ae6445f593ac7ff5f95080) +++ sources/gui/qml/components/LabelValue.qml (.../LabelValue.qml) (revision 7b71ec23c53c04a24e3db8ace0ca4825ec57d721) @@ -70,7 +70,7 @@ bottomMargin: 10 } text : _root.unitText - color : topTextColor + color : bottomTextColor font.pixelSize : 22 } }