Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -rb7a14cbdf626800fd54ec71cfed9b2f31dbf0654 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml (.../TreatmentAdjustmentUltrafiltrationEdit.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml (.../TreatmentAdjustmentUltrafiltrationEdit.qml) (revision b7a14cbdf626800fd54ec71cfed9b2f31dbf0654) @@ -63,8 +63,7 @@ anchors { top : parent.top topMargin : 250 - right : parent.right - rightMargin : _volumeSliderArrows.width + Variables.sliderAdjustButtonSpacing*2 + horizontalCenter: parent.horizontalCenter } decimal : _private.decimal minimum : _private.min // suppose to be always 0 // DEN-6022 // _private.maxAdjust => _private.min @@ -86,7 +85,8 @@ anchors { top: _rangeProgressBar.bottom - topMargin: 50 + topMargin: 100 + horizontalCenter: parent.horizontalCenter } x : _rangeProgressBar.x + minGapWidth + _rangeProgressBar.progressWidth @@ -103,8 +103,8 @@ SliderArrows{ id: _volumeSliderArrows visible : true anchors.verticalCenter : _volumeSlider.verticalCenter - anchors.right : parent.right - anchors.rightMargin : Variables.sliderAdjustButtonSpacing + anchors.left : _volumeSlider.right + anchors.leftMargin : 50 onIncrementValue : _volumeSlider.incrementValue(true) onDecrementValue : _volumeSlider.decrementValue(true)