Index: sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml =================================================================== diff -u -r200b0481616ac03872ad09baa168e0ae1ce6a2ee -r6be4c52f8c02087da143542a7b4539294803f060 --- sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision 200b0481616ac03872ad09baa168e0ae1ce6a2ee) +++ sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision 6be4c52f8c02087da143542a7b4539294803f060) @@ -70,11 +70,15 @@ step : vTreatmentRanges.dialysateFlowRateRes unitText : Variables.unitTextFlowRate buttonsEnabled : isTreatmentEnd ? false : editEnabled // LEAHI-PRS-376 - extraText : ! vDDGenDialysate.isDialGood ? qsTr("Bypass") : - "" + extraText : "" + ////////// FIXME: RODEMO + //! vDDGenDialysate.isDialGood ? qsTr("Bypass") : + // "" canOff : true - runAnimation : ! vDDGenDialysate.isDialGood + ////////// FIXME: RODEMO + //runAnimation : ! vDDGenDialysate.isDialGood + onIncrement : function(newValue) { vTreatmentAdjustmentDialysateFlowRate.doAdjustment(newValue) } onDecrement : function(newValue) { vTreatmentAdjustmentDialysateFlowRate.doAdjustment(newValue) } } @@ -102,7 +106,7 @@ height : _row.cellHeight width : _row.cellWidth precision : Variables.dialysateCondPrecision - value : vDDConductivity.acidBicarbCondutivity2 // D29 + value : vDDConductivity.acidBicarbCondutivity1 // D27 unitText : Variables.unitTextDialCond showButtons : false dropShadowEnabled : false