Index: sources/gui/qml/components/BackButton.qml =================================================================== diff -u -r1a8e9578b27bb3877116675d0b2361ce4f5b5539 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision 1a8e9578b27bb3877116675d0b2361ce4f5b5539) +++ sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2019-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 BackButton.qml - * \author (last) Behrouz NematiPour - * \date (last) 12-May-2020 - * \author (original) Behrouz NematiPour - * \date (original) 20-Nov-2019 + * \file BackButton.qml + * \author (last) Behrouz NematiPour + * \date (last) 27-Jun-2022 + * \author (original) Behrouz NematiPour + * \date (original) 20-Nov-2019 * */ @@ -21,7 +21,7 @@ import "qrc:/globals" /*! - * \brief Denali project Back Button + * \brief The Global Back Button */ TouchRect { id : _root readonly property int margin: (_root.height - Variables.iconsDiameter) / 2 @@ -30,7 +30,7 @@ anchors { top : parent.top left : parent.left - margins : 35 + margins : Variables.headerButtonsMargin } Image { id: _image