Index: sources/gui/qml/compounds/LabelUnitContainer.qml =================================================================== diff -u -r1132f049e169cc87a059261f72fca0ceb7d739f1 -rcbe04ec89eb7261a6950871dc89a3eb7f18ce9fc --- sources/gui/qml/compounds/LabelUnitContainer.qml (.../LabelUnitContainer.qml) (revision 1132f049e169cc87a059261f72fca0ceb7d739f1) +++ sources/gui/qml/compounds/LabelUnitContainer.qml (.../LabelUnitContainer.qml) (revision cbe04ec89eb7261a6950871dc89a3eb7f18ce9fc) @@ -30,6 +30,7 @@ property bool valid : true property bool showEdit : false property int titleFontSize : Fonts.fontPixelDefaultButton + property int titleFontWeight : Font.Normal property int unitFontSize : Fonts.fontUnit property bool needsAttention : false property bool editEnabled : true @@ -58,6 +59,7 @@ anchors.verticalCenter : _titleRow.verticalCenter color : Colors.offWhite font.pixelSize : _root.titleFontSize + font.weight : _root.titleFontWeight } Text { id: _unit