Index: sources/gui/qml/compounds/LabelUnitText.qml =================================================================== diff -u -rf66e9731c3c643653bacbf47c0e34a9e05774f00 -rf7bc98de488100270b004af851174e1329028d9a --- sources/gui/qml/compounds/LabelUnitText.qml (.../LabelUnitText.qml) (revision f66e9731c3c643653bacbf47c0e34a9e05774f00) +++ sources/gui/qml/compounds/LabelUnitText.qml (.../LabelUnitText.qml) (revision f7bc98de488100270b004af851174e1329028d9a) @@ -24,6 +24,7 @@ property alias label : _label.text property alias labelColor : _label.color + property alias labelWeight : _label.font.weight property string unit : "" property alias value : _value.text property alias valueColor : _value.color