Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml =================================================================== diff -u -rb7a14cbdf626800fd54ec71cfed9b2f31dbf0654 -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml (.../TreatmentAdjustmentUltrafiltrationEdit.qml) (revision b7a14cbdf626800fd54ec71cfed9b2f31dbf0654) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml (.../TreatmentAdjustmentUltrafiltrationEdit.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -61,9 +61,8 @@ width : Variables.ultrafiltrationProgressbarWidth height : Variables.ultraFiltrationProgressBarHeight anchors { - top : parent.top - topMargin : 250 horizontalCenter: parent.horizontalCenter + verticalCenter : parent.verticalCenter } decimal : _private.decimal minimum : _private.min // suppose to be always 0 // DEN-6022 // _private.maxAdjust => _private.min @@ -104,7 +103,7 @@ visible : true anchors.verticalCenter : _volumeSlider.verticalCenter anchors.left : _volumeSlider.right - anchors.leftMargin : 50 + anchors.leftMargin : Variables.sliderAdjustButtonRightMargin onIncrementValue : _volumeSlider.incrementValue(true) onDecrementValue : _volumeSlider.decrementValue(true) @@ -118,18 +117,18 @@ pixelSize : Fonts.fontPixelUltrafiltrationAdjustmentEditValue } anchors { - horizontalCenter: parent.horizontalCenter - top : parent.top - topMargin : 150 + horizontalCenter: _rangeProgressBar.horizontalCenter + bottom : _rangeProgressBar.top + bottomMargin : 80 } } TouchRect { id: _nextButton - width : 530 - height : 95 + width : Variables.buttonWidth + height : Variables.buttonHeight anchors { - top: parent.top - topMargin: 460 + top: _volumeSlider.bottom + topMargin: 50 horizontalCenter: parent.horizontalCenter } isDefault: true