Index: sources/gui/qml/components/ConfirmButton.qml =================================================================== diff -u -r3229695c1c67de600c095d52c6f99dacfafb462d -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision 3229695c1c67de600c095d52c6f99dacfafb462d) +++ sources/gui/qml/components/ConfirmButton.qml (.../ConfirmButton.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-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 ConfirmButton.qml - * \author (last) Behrouz NematiPour - * \date (last) 18-Mar-2020 - * \author (original) Behrouz NematiPour - * \date (original) 18-Mar-2020 + * \file ConfirmButton.qml + * \author (last) Vy + * \date (last) 16-Mar-2023 + * \author (original) Behrouz NematiPour + * \date (original) 18-Mar-2020 * */ @@ -20,7 +20,7 @@ import "qrc:/globals" TouchRect { id : _root - width : 155 + width : Variables.confirmButtonWidth height : 50 text { text: qsTr("CONFIRM") @@ -33,6 +33,6 @@ anchors { top : parent.top right : parent.right - margins : 35 + margins : Variables.headerButtonsMargin } }