Index: sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -rbcfa77b0af43c328d11f01d393cf7c857cc77043 --- sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision bcfa77b0af43c328d11f01d393cf7c857cc77043) @@ -7,7 +7,7 @@ * * \file PostTreatmentReview.qml * \author (last) Behrouz NematiPour - * \date (last) 20-Nov-2023 + * \date (last) 29-May-2024 * \author (original) Behrouz NematiPour * \date (original) 21-Apr-2021 * @@ -78,6 +78,9 @@ } QRCode { id: _qrCode + // removed for the P1 release, since the code had a big change and cannot be removed entirely + // added for the P1B release + visible : true anchors.bottom : _flickable.top anchors.right : _flickable.right anchors.margins : 15