Index: sources/gui/qml/compounds/InstructionView.qml =================================================================== diff -u -rac07818fa03e65ff3601535b790bb6cb4e34f731 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/qml/compounds/InstructionView.qml (.../InstructionView.qml) (revision ac07818fa03e65ff3601535b790bb6cb4e34f731) +++ sources/gui/qml/compounds/InstructionView.qml (.../InstructionView.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * 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 InstructionView.qml * \author (last) Behrouz NematiPour - * \date (last) 14-Mar-2021 + * \date (last) 27-Jun-2022 * \author (original) Behrouz NematiPour * \date (original) 14-Mar-2021 * @@ -71,8 +71,8 @@ } radius : _root.innerRadius // DEBUG : This helps getting the final size of the available room for the instruction images. - // onWidthChanged : console.debug( " ----- ", "_innerFrame.width :" , width , label) - // onHeightChanged : console.debug( " ----- ", "_innerFrame.height:" , height, label) + // onWidthChanged : console.debug( " ----- ", "_innerFrame.width :" , label, width ) + // onHeightChanged : console.debug( " ----- ", "_innerFrame.height:" , label, height) } Item { id: _containerSwipeView