Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml =================================================================== diff -u -rf2aa3ee850de1023cfc011b845ed0364d251b749 -r135c320c850b09365c04e03d95195412c12fba72 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml (.../TreatmentAdjustmentUltrafiltrationEdit.qml) (revision f2aa3ee850de1023cfc011b845ed0364d251b749) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml (.../TreatmentAdjustmentUltrafiltrationEdit.qml) (revision 135c320c850b09365c04e03d95195412c12fba72) @@ -55,8 +55,9 @@ topMargin : Variables.defaultMargin horizontalCenter: parent.horizontalCenter } - setVolume : _volumeGoalAdjuster.value - volumeRemoved : _private.volumeRemoved + setVolume : _volumeGoalAdjuster.value + volumeRemoved : _private.volumeRemoved + volumeRemovedColor : Colors.ufVolumeGoalText } Item { id: _contentArea @@ -65,19 +66,14 @@ top : _ufMetrics.bottom bottom : _continueButton.top left : parent.left - leftMargin : parent.width * 0.1667 right : parent.right - rightMargin : anchors.leftMargin } Column { id: _contentColumn - objectName : "_contentColumn" - anchors { - left : parent.left - right : parent.right - verticalCenter : parent.verticalCenter - } - spacing : 80 + objectName : "_contentColumn" + anchors.centerIn : parent + width : Variables.ultrafiltrationProgressBarWidth + spacing : 80 ProgressBar { id: _maxVolumeBar objectName: "_maxVolumeBar" @@ -86,6 +82,7 @@ marker.visible : false bgColor : Colors.ufAdjustmentProgressBarBg color : Colors.ufAdjustmentDeltaFill + radius : Variables.ultrafiltrationProgressBarRadius minText { font { pixelSize : Fonts.fontPixelUltrafiltrationMinMaxLabel @@ -118,6 +115,7 @@ } z : parent.z + 1 color : Colors.ufProgressBarFill + radius : parent.radius } RangeMarker { id: _lowMarker @@ -130,9 +128,8 @@ valueOnTop : true decimal : Variables.ultrafiltrationPrecision value : Math.max(_private.volumeRemoved, _private.minimum) - handle.width : Variables.ultrafiltrationRangeMarkerHandleWidth text { - anchors.bottomMargin: _lowMarker.valueOnTop ? 15 : 0 + anchors.bottomMargin: Variables.ultrafiltrationRangeMarkerTextMargin font { pixelSize: Fonts.fontPixelUltrafiltrationRangeMarker weight: Font.DemiBold