Index: sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml =================================================================== diff -u -rc9764bd0ad823c5c1725d7c7f556290c2c459d4d -r1286d74bd015276aab604808be2766136091c125 --- sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision c9764bd0ad823c5c1725d7c7f556290c2c459d4d) +++ sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision 1286d74bd015276aab604808be2766136091c125) @@ -70,9 +70,9 @@ step : vTreatmentRanges.dialysateFlowRateRes unitText : Variables.unitTextFlowRate buttonsEnabled : isTreatmentEnd ? false : editEnabled // LEAHI-PRS-376 - extraText : vTreatmentParametersSetPoint.dialysateFlow === 0 ? qsTr("OFF") : - ! vDDGenDialysate.isDialGood ? qsTr("Bypass") : + extraText : ! vDDGenDialysate.isDialGood ? qsTr("Bypass") : "" + canOff : true onIncrement : function(newValue) { vTreatmentAdjustmentDialysateFlowRate.doAdjustment(newValue) } onDecrement : function(newValue) { vTreatmentAdjustmentDialysateFlowRate.doAdjustment(newValue) } @@ -100,7 +100,8 @@ title : qsTr("Dialysate Cond.") height : _row.cellHeight width : _row.cellWidth - value : Variables.notSetVariable(vDDConductivity.acidBicarbCondutivity2.toFixed(Variables.dialysateCondPrecision)) // D29 + precision : Variables.dialysateCondPrecision + value : vDDConductivity.acidBicarbCondutivity2 // D29 unitText : Variables.unitTextDialCond showButtons : false dropShadowEnabled : false