Index: sources/gui/qml/pages/settings/SettingsBase.qml =================================================================== diff -u -r86e9dfbff50cb7e16fd94c16c1c818cef3b47eac -r3b323bd6a1a03429c2321a889049de1c3b11302f --- sources/gui/qml/pages/settings/SettingsBase.qml (.../SettingsBase.qml) (revision 86e9dfbff50cb7e16fd94c16c1c818cef3b47eac) +++ sources/gui/qml/pages/settings/SettingsBase.qml (.../SettingsBase.qml) (revision 3b323bd6a1a03429c2321a889049de1c3b11302f) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2021-2022 Diality Inc. - All Rights Reserved. + * Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file SettingsBase.qml * \author (last) Behrouz NematiPour - * \date (last) 18-Jun-2021 + * \date (last) 13-Mar-2024 * \author (original) Behrouz NematiPour * \date (original) 16-Apr-2021 * @@ -42,6 +42,7 @@ property alias title : _titleText.text property alias notificationText : _information.text + property int notificationMargin : Variables.notificationHeight + Variables.minVGap property alias backVisible : _backButton .visible property alias backEnabled : _backButton .enabled @@ -102,7 +103,7 @@ textColor : Colors.white imageSource : "" text : "" - anchors.bottomMargin: Variables.mainMenuHeight + Variables.minVGap + anchors.bottomMargin: _root.notificationMargin } onVisibleChanged: {