Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentVitals.qml =================================================================== diff -u -r77e7c1e746bba703ab3aee61f8e19f398fd9ac00 -rfd09b0ee6e41d75755e0572008d4f932b0bddf2b --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentVitals.qml (.../TreatmentAdjustmentVitals.qml) (revision 77e7c1e746bba703ab3aee61f8e19f398fd9ac00) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentVitals.qml (.../TreatmentAdjustmentVitals.qml) (revision fd09b0ee6e41d75755e0572008d4f932b0bddf2b) @@ -29,6 +29,8 @@ width : Variables.smallDialogWidth x : numPad.isOpened ? Math.round((Variables.applicationWidth - width) / 2) - 200 : Math.round((Variables.applicationWidth - width) / 2) + y : Math.round((Variables.applicationHeight - height) / 2) + notification.textfontSize : 20 notification.visible : vTreatmentVitals.lastRead || vTreatmentAdjustmentVitals.adjustment_ReasonText notification.anchors.rightMargin: numPad.isOpened ? 10 : 0 // fix margins when numpad is open and notifiction is displayed @@ -69,6 +71,7 @@ } onOpened: { + _bphrEntry.setInitialFocus() notificationText = notificationTextString vTreatmentVitals.doTimerStop() } @@ -79,7 +82,6 @@ onCloseClicked: { numPad.hide() - numPad.visible = false vTreatmentVitals.doSkip() }