Index: sources/gui/qml/components/SliderCreateTreatment.qml =================================================================== diff -u -r0401b9a1fb6f89f0ec83571f2f868956c7500a0f -rb62ab443e75b76a91e35aca6ba2efd84e7199602 --- sources/gui/qml/components/SliderCreateTreatment.qml (.../SliderCreateTreatment.qml) (revision 0401b9a1fb6f89f0ec83571f2f868956c7500a0f) +++ sources/gui/qml/components/SliderCreateTreatment.qml (.../SliderCreateTreatment.qml) (revision b62ab443e75b76a91e35aca6ba2efd84e7199602) @@ -44,8 +44,8 @@ signal pressed() signal released() - height: Variables.progressbarRectHeight - width: Variables.progressbarRectWidth + height: Variables.createTreatmentSliderHeight + width: Variables.createTreatmentSliderWidth anchors.horizontalCenter: parent.horizontalCenter color: "transparent"; @@ -82,7 +82,7 @@ Slider { id : _slider anchors.horizontalCenter: parent.horizontalCenter; anchors.bottom: parent.bottom; - width : Variables.progressbarSmallWidth + width : Variables.createTreatmentSliderWidth diameter: Variables.sliderCircleDiameter color : Colors.createTreatmentInactive knobColor: Colors.createTreatmentInactive