Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -r4b713d1a13a4461fd46d869d4bf7e52de4c609b4 -r4ac24a1a3f0c9fac2295320d001e60e26fee77dd --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 4b713d1a13a4461fd46d869d4bf7e52de4c609b4) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 4ac24a1a3f0c9fac2295320d001e60e26fee77dd) @@ -1,6 +1,6 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. * \copyright \n * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, \n * IN PART OR IN WHOLE, \n @@ -53,7 +53,7 @@ closePolicy: Dialog.NoAutoClose Overlay.modal : blurOverlay ? _blurOverlay : _rectOverlay - background: Rectangle { + background: Rectangle { id: _backgroundRect color : Colors.backgroundDialog radius: Variables.dialogRadius }