Index: sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml =================================================================== diff -u -rb6964f987cdc41c7ad3c3ad8f7dffc30d75b3205 -r41318ffa8908502ce2423ab220e8b83311f33aba --- sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision b6964f987cdc41c7ad3c3ad8f7dffc30d75b3205) +++ sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision 41318ffa8908502ce2423ab220e8b83311f33aba) @@ -88,7 +88,7 @@ title : qsTr("Dialysate Cond.") height : _row.cellHeight width : _row.cellWidth - value : Variables.notSetVariable(vDDConductivity.acidBicarbCondutivity2.toFixed(2)) // D29 + value : Variables.notSetVariable(vDDConductivity.acidBicarbCondutivity2.toFixed(1)) // D29 unitText : Variables.unitTextDialCond showButtons : false dropShadowEnabled : false