Index: sources/gui/qml/components/RangeBar.qml =================================================================== diff -u -r9d8a60eb984003d3f7814cbe507b1b37f519bc80 -r2230a5b1b891f47b64165164710aa680ddfc7040 --- sources/gui/qml/components/RangeBar.qml (.../RangeBar.qml) (revision 9d8a60eb984003d3f7814cbe507b1b37f519bc80) +++ sources/gui/qml/components/RangeBar.qml (.../RangeBar.qml) (revision 2230a5b1b891f47b64165164710aa680ddfc7040) @@ -50,10 +50,10 @@ height : parent.height width : ((parent.width * (upperBound - lowerBound)) / (parent.maximum - parent.minimum)) - radius: 0 - decimal: _root.decimal - minimum: lowerBound - maximum: upperBound + radius : 0 + decimal : _root.decimal + minimum : lowerBound + maximum : upperBound minText.visible: true maxText.visible: true