Index: sources/gui/qml/components/RangeRect.qml =================================================================== diff -u -r00e025a5d672cae66e592608792c17d98be54d19 -r732bc047743c99a157cf147f5313194867c1f5e3 --- sources/gui/qml/components/RangeRect.qml (.../RangeRect.qml) (revision 00e025a5d672cae66e592608792c17d98be54d19) +++ sources/gui/qml/components/RangeRect.qml (.../RangeRect.qml) (revision 732bc047743c99a157cf147f5313194867c1f5e3) @@ -41,7 +41,7 @@ Text { id: _textMinimum visible : false - font.pixelSize : Fonts.fontPixelRengeRectText + font.pixelSize : Fonts.fontPixelRangeRectText font.bold : true color : Colors.textProgressBar @@ -57,7 +57,7 @@ Text { id: _textMaximum visible : false - font.pixelSize : Fonts.fontPixelRengeRectText + font.pixelSize : Fonts.fontPixelRangeRectText font.bold : true color : Colors.textProgressBar