Index: sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinsebackComplete.qml =================================================================== diff -u -rb7a14cbdf626800fd54ec71cfed9b2f31dbf0654 -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinsebackComplete.qml (.../EndTreatmentRinsebackComplete.qml) (revision b7a14cbdf626800fd54ec71cfed9b2f31dbf0654) +++ sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinsebackComplete.qml (.../EndTreatmentRinsebackComplete.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -48,7 +48,7 @@ } FooterStatic { - childrenWidth : 300 + childrenWidth : Variables.footerChildButtonWidth anchors.fill : footer children : [ @@ -73,8 +73,9 @@ Text { id: _salineVolumeLabel anchors.left : _beginRinsebackTouchRect.text.right + anchors.leftMargin : 15 anchors.bottom : _beginRinsebackTouchRect.text.top - anchors.leftMargin : 0 + anchors.bottomMargin: -15 text : qsTr("(50mL)") font.pixelSize : Fonts.fontPixelFluidVolume * 0.7 color : _beginRinsebackTouchRect.text.color