Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentVitals.qml =================================================================== diff -u -r0ced87f43c28bcc9f3402e19284030ad1405e9e8 -rbfdee4cd41dfc4609cbd6045e64217731433f79d --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentVitals.qml (.../TreatmentAdjustmentVitals.qml) (revision 0ced87f43c28bcc9f3402e19284030ad1405e9e8) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentVitals.qml (.../TreatmentAdjustmentVitals.qml) (revision bfdee4cd41dfc4609cbd6045e64217731433f79d) @@ -32,7 +32,7 @@ notification.textfontSize : 20 notification.visible : vTreatmentVitals.lastRead || vTreatmentAdjustmentVitals.adjustment_ReasonText - backgroundItemZ : numPad.isOpened ? 0 : -1 + backgroundItemZ : numPad.isOpened ? 0 : -1 backgroundItem : [ NumPad { id: _numPad x : _root.width - _numPad.width y : 0 @@ -188,5 +188,6 @@ } } - Behavior on x { NumberAnimation { duration: Variables.keybardAnimationDuration } } + Behavior on x { NumberAnimation { duration: Variables.keybardAnimationDuration } } + Behavior on backgroundItemZ { NumberAnimation { duration: Variables.keybardAnimationDuration } } }