Index: sources/gui/qml/components/RangeMarker.qml =================================================================== diff -u -r526fb054edbbeebdcce33ca630ae08ba04067fac -r7805806e4370be4d9207872e916f478875bd4ba6 --- sources/gui/qml/components/RangeMarker.qml (.../RangeMarker.qml) (revision 526fb054edbbeebdcce33ca630ae08ba04067fac) +++ sources/gui/qml/components/RangeMarker.qml (.../RangeMarker.qml) (revision 7805806e4370be4d9207872e916f478875bd4ba6) @@ -28,6 +28,7 @@ property int decimal : 0 property alias text : _textValue + property alias font : _textValue.font property color color : Colors.rangeMarker property alias thickness : _root.width property alias hasHandle : _handle.visible