Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml =================================================================== diff -u -r922dd892062a850dc966fdc632686e401a355db3 -r9ac163d4aeadc39a1bcd1d8110991f32e37fc806 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 922dd892062a850dc966fdc632686e401a355db3) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 9ac163d4aeadc39a1bcd1d8110991f32e37fc806) @@ -102,9 +102,9 @@ unit : Variables.unitTextFlowRate step : Variables.bloodFlowResolution ticks : true + isActive: false } SliderArrows{ id:_bloodFlowSliderArrows - visible : true anchors.verticalCenter : _bloodFlowSlider.verticalCenter onIncrementValue : _bloodFlowSlider.incrementValue(true) onDecrementValue : _bloodFlowSlider.decrementValue(true) @@ -135,9 +135,9 @@ unit : Variables.unitTextFlowRate step : Variables.dialysateFlowResolution ticks : true + isActive: false } SliderArrows{ id:_dialysateFlowSliderArrows - visible : true anchors.verticalCenter : _dialysateFlowSlider.verticalCenter onIncrementValue : _dialysateFlowSlider.incrementValue(true) onDecrementValue : _dialysateFlowSlider.decrementValue(true)