Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentBase.qml =================================================================== diff -u -rcb9c48c7c307690dcafcfd16ef412fe660291692 -r975e1964b60365b24c74be139c6b84369a7248ce --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentBase.qml (.../TreatmentAdjustmentBase.qml) (revision cb9c48c7c307690dcafcfd16ef412fe660291692) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentBase.qml (.../TreatmentAdjustmentBase.qml) (revision 975e1964b60365b24c74be139c6b84369a7248ce) @@ -10,7 +10,7 @@ * \date (last) 04-Oct-2022 * \author (original) Behrouz NematiPour * \date (original) 22-Mar-2020 - * + */ // Qt @@ -44,6 +44,7 @@ width : Variables.adjustmentDialogWidth height : Variables.adjustmentDialogHeight y : Math.round((Variables.applicationHeight - height) / 2) - Variables.headerHeight + notification.height : Variables.notificationHeight onVisibleChanged: { notificationText = "" @@ -106,6 +107,7 @@ // this meant to be used specifically as current state notification like paused/off in UF // it is also available in TreatmentAdjustmentFlow and TreatmentAdjustmentDuration but not used. NotificationBarSmall { id: _information + height : Variables.notificationHeight visible : false imageSource : "" imageDiameter : 26