Index: sources/gui/qml/components/SliderCreateTreatment.qml =================================================================== diff -u -r4bba3aba944dd3a5461796e4f7a31d166dca42e0 -r2f0b2e204b42597e08be24df48a3b3d470b73051 --- sources/gui/qml/components/SliderCreateTreatment.qml (.../SliderCreateTreatment.qml) (revision 4bba3aba944dd3a5461796e4f7a31d166dca42e0) +++ sources/gui/qml/components/SliderCreateTreatment.qml (.../SliderCreateTreatment.qml) (revision 2f0b2e204b42597e08be24df48a3b3d470b73051) @@ -112,14 +112,15 @@ anchors.horizontalCenter: parent.horizontalCenter anchors.bottom : parent.bottom width : Variables.createTreatmentSliderWidth + height : Variables.sliderCreateTreatmentHeight diameter : Variables.sliderCircleDiameter touchMargin : Variables.createTreatmentSliderMargin - color : Colors.createTreatmentInactive handlerColor : Colors.createTreatmentInactive handlerVisible : _root.adjustable - height : Variables.progressbarFluidHeight isActive : _root.active ticks : true + isRoundedEnds : true + hasBorder : true onDragged : { setInteractive(false) ; ; setActiveValid( );} onPressed : { setInteractive(false) ; _root.pressed ( ) ; } onReleased : { setInteractive(true ) ; _root.released( ) ; }