Index: sources/gui/qml/components/LabelValue.qml =================================================================== diff -u -rdb6925e589ca85f2272af31d5f90f41452b342a7 -rdff9d50ebfa80ec99313586e1d48662b72940d24 --- sources/gui/qml/components/LabelValue.qml (.../LabelValue.qml) (revision db6925e589ca85f2272af31d5f90f41452b342a7) +++ sources/gui/qml/components/LabelValue.qml (.../LabelValue.qml) (revision dff9d50ebfa80ec99313586e1d48662b72940d24) @@ -38,11 +38,13 @@ Text { id: _centerText anchors { top : _topText.bottom + topMargin: 10 left : _topText.left } text: _root.centerText color: topTextColor font.pixelSize: 20 + font.weight: Font.Light } Text { id: _bottomText