Index: sources/gui/qml/compounds/StepNavigationTitleBar.qml =================================================================== diff -u -r4afc91856c00e01dfb5d84bc54d2d92faefec0db -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/qml/compounds/StepNavigationTitleBar.qml (.../StepNavigationTitleBar.qml) (revision 4afc91856c00e01dfb5d84bc54d2d92faefec0db) +++ sources/gui/qml/compounds/StepNavigationTitleBar.qml (.../StepNavigationTitleBar.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2019-2020 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 StepNavigationTitleBar.qml * \author (last) Behrouz NematiPour - * \date (last) 17-Mar-2021 + * \date (last) 18-Jun-2021 * \author (original) Behrouz NematiPour - * \date (original) 10-Mar-2021 + * \date (original) 18-Mar-2021 * */ @@ -55,11 +55,6 @@ objectName: "_confirmButton" visible: false enabled: true - anchors { - left : undefined - top : parent.top - right : parent.right - } onClicked: _root.confirmClicked() }