Index: sources/gui/qml/components/TickMarks.qml =================================================================== diff -u -r9d8a60eb984003d3f7814cbe507b1b37f519bc80 -rccb91da4becded9a7ad409b758bba96784d9feba --- sources/gui/qml/components/TickMarks.qml (.../TickMarks.qml) (revision 9d8a60eb984003d3f7814cbe507b1b37f519bc80) +++ sources/gui/qml/components/TickMarks.qml (.../TickMarks.qml) (revision ccb91da4becded9a7ad409b758bba96784d9feba) @@ -45,7 +45,7 @@ anchors.fill: parent Repeater { id : _repeater - model: (maximum - minimum) / step + 1 + model: (maximum - minimum) / step // + 1 Line { id: _line property int gap : stepSnap ? (