Index: sources/gui/qml/components/RangeSlider.qml =================================================================== diff -u -r5f6975c6ee7823fc884328418298128cdb97107f -r514a0dd3f99af42040041b7033826d4a2d1192f1 --- sources/gui/qml/components/RangeSlider.qml (.../RangeSlider.qml) (revision 5f6975c6ee7823fc884328418298128cdb97107f) +++ sources/gui/qml/components/RangeSlider.qml (.../RangeSlider.qml) (revision 514a0dd3f99af42040041b7033826d4a2d1192f1) @@ -68,7 +68,7 @@ property bool hasAdjust : false ///< if set to true then component is grayed out until both min and max are adjusted property bool showTickmarks : true ///< Indicate whether tickMarks should be shown - property bool isTickMarksRound : false ///< Indicate whether the tickmakrs are round + property bool isTickMarksRound : true ///< Indicate whether the tickmakrs are round onHasAdjustChanged : { setAdjusted()