Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -r77ba0083b790f7c1c851c60ecaeaa4f2e7eff7a8 -r923377d29fe730c0e2209386479a61b1e8ee1097 --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 77ba0083b790f7c1c851c60ecaeaa4f2e7eff7a8) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 923377d29fe730c0e2209386479a61b1e8ee1097) @@ -50,6 +50,7 @@ closePolicy: Dialog.NoAutoClose Overlay.modal : Rectangle { id : _borderRect anchors.fill : parent + anchors.bottomMargin: _alarmBar.visible ? Variables.notificationHeight : 0 color : "#B3000000" Behavior on opacity { NumberAnimation { duration: 300} }