Index: sources/gui/qml/pages/pretreatment/connection/PreTreatmentConnectionStack.qml =================================================================== diff -u -ra32a3170be06340e9a62ed93998758cf2cf266d3 -r723c692a3a1de3b780d90bcc73a370beb22d73ab --- sources/gui/qml/pages/pretreatment/connection/PreTreatmentConnectionStack.qml (.../PreTreatmentConnectionStack.qml) (revision a32a3170be06340e9a62ed93998758cf2cf266d3) +++ sources/gui/qml/pages/pretreatment/connection/PreTreatmentConnectionStack.qml (.../PreTreatmentConnectionStack.qml) (revision 723c692a3a1de3b780d90bcc73a370beb22d73ab) @@ -51,11 +51,12 @@ } Label { text : qsTr("Press START on Blood Pressure Measurement Cuff to display reading or enter vitals manually") - width : unitWidth - // height : Variables.notificationHeight - anchors.bottom: parent.bottom - anchors.bottomMargin: Variables.notificationHeight + Variables.minVGap - anchors.horizontalCenter: parent.horizontalCenter + width : parent.width + anchors { + bottom: parent.bottom + bottomMargin: Variables.notificationHeight + Variables.minVGap + horizontalCenter: parent.horizontalCenter + } } onConfirmClicked: { if ( _bphrEntry.isValid ) {