Index: sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml =================================================================== diff -u -ra7c580f0998ee781c47314384f677249cea4c4b4 -r66734e58eb7e8216eccfd10a83ab60682baecf29 --- sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml (.../TreatmentUltrafiltration.qml) (revision a7c580f0998ee781c47314384f677249cea4c4b4) +++ sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml (.../TreatmentUltrafiltration.qml) (revision 66734e58eb7e8216eccfd10a83ab60682baecf29) @@ -44,21 +44,23 @@ text : ufInfoText textColor : ufInfoTextColor } + Text { id: _ufCurrentRateText anchors { right: parent.right - rightMargin: Variables.arrowWidth + 2 // Aligning text to be beyond the arrow + rightMargin: Variables.arrowWidth * 2 // Aligning text to be beyond the arrow top: parent.top - topMargin: 4 } - horizontalAlignment: Text.AlignRight + horizontalAlignment : Text.AlignRight + verticalAlignment : Text.AlignVCenter + height : Variables.arrowHeight + text: qsTr("(%1 %2)").arg(vTreatmentUltrafiltration.ultrafiltration_UfCurrentRate.toFixed(0)) .arg(Variables.unitTextUltrafiltrationRate ) font.pixelSize: Fonts.fontPixelUltrafiltrationRateUnit color: Colors.touchTextAreaTitle } - ProgressBarEx { id: _progressbarex enabled : _root.isTouchable y : 75