Index: sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinsebackInit.qml =================================================================== diff -u -r4da79084388ac25822ab24fb52ec1ca4083b50cc -r1da0c41020664b642359f3cd5d58a2fdc36774a2 --- sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinsebackInit.qml (.../EndTreatmentRinsebackInit.qml) (revision 4da79084388ac25822ab24fb52ec1ca4083b50cc) +++ sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinsebackInit.qml (.../EndTreatmentRinsebackInit.qml) (revision 1da0c41020664b642359f3cd5d58a2fdc36774a2) @@ -37,13 +37,10 @@ hasTimeout : vTreatmentRinseback .timeoutTotal timeoutValue : vTreatmentRinseback .timeoutCountDown * 60 + footer.children : [_beginRinsebackTouchRect] + footer.childrenWidth: Variables.defaultButtonWidth + TouchRect { id : _beginRinsebackTouchRect - anchors { - bottom : _root.bottom - bottomMargin : Variables.notificationHeight * 2 - horizontalCenter: _root.horizontalCenter - } - width : Variables.defaultButtonWidth height : Variables.defaultButtonHeight isDefault : true textString : qsTr("Start Blood Return")