Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml =================================================================== diff -u -r820a00638e0573a5b0c51ed0b3e38d605d4400be -rf7b583937bad38cf4790a72fbc26db3f7d7df50c --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml (.../TreatmentAdjustmentUltrafiltrationEdit.qml) (revision 820a00638e0573a5b0c51ed0b3e38d605d4400be) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml (.../TreatmentAdjustmentUltrafiltrationEdit.qml) (revision f7b583937bad38cf4790a72fbc26db3f7d7df50c) @@ -66,10 +66,10 @@ } decimal : _private.decimal // TODO: I noticed an odd behaviour in UF adjustment and I believe this is the correct fix - // but since noone ever complained about that I'm not going to chane it, + // but since no one ever complained about that I'm not going to change it, // and I might be wrong and FW is sending correct values and handling it. - // but if anyone ever notice I will use this fix. - // I'm almost 100% sure this needs to be changed to 0. + // but if anyone ever notices I will use this fix. + // I am almost 100% sure this needs to be changed to 0. // minimum : 0 //_private.minimum minimum : _private.minimum maximum : _private.maximum @@ -102,9 +102,9 @@ ticks : true decimal : _private.decimal // TODO: I noticed an odd behaviour in UF adjustment and I believe this is the correct fix - // but since noone ever complained about that I'm not going to chane it, + // but since no one ever complained about that I am not going to change it, // and I might be wrong and FW is sending correct values and handling it. - // but if anyone ever notice I will use this fix. + // but if anyone ever notices I will use this fix. // minimum : _private.value /*_private.minimum*/ + minGapValue minimum : _private.minimum + minGapValue maximum : _private.maximum - maxGapValue