Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationConfirm.qml =================================================================== diff -u -rb85676fb719d7ac58a185412ae16831927bc0c6d -rdb4320d261b5e52f1ae60293fe9d7fd069506c26 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationConfirm.qml (.../TreatmentAdjustmentUltrafiltrationConfirm.qml) (revision b85676fb719d7ac58a185412ae16831927bc0c6d) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationConfirm.qml (.../TreatmentAdjustmentUltrafiltrationConfirm.qml) (revision db4320d261b5e52f1ae60293fe9d7fd069506c26) @@ -61,19 +61,6 @@ rightColor : Colors.ufVolumeGoalText } -// TreatmentAdjustmentUltrafiltrationMetrics { id: _newValues -// objectName : "_newValues" -// anchors.centerIn : parent -// leftLabel : qsTr("New UF Volume") -// leftUnit : Variables.unitVolume -// leftValue : _root.ultrafiltrationVolume.toFixed(Variables.ultrafiltrationPrecision) -// leftColor : Colors.ufVolumeGoalText -// rightLabel : qsTr("New UF Rate") -// rightUnit : Variables.unitTextRate -// rightValue : _root.ultrafiltrationRate.toFixed(Variables.ultrafiltrationPrecision) -// rightColor : Colors.ufVolumeGoalText -// } - Rectangle { id: _divider objectName: "_divider" anchors {