Index: sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml =================================================================== diff -u -r5687815256ae070a9a207107088e3f72dd464da0 -r663eb0ed5a14526c261003db34f4f6106f764027 --- sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision 5687815256ae070a9a207107088e3f72dd464da0) +++ sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision 663eb0ed5a14526c261003db34f4f6106f764027) @@ -36,6 +36,8 @@ header.confirmText.text: qsTr("NEXT") + informationObj.anchors.bottomMargin: Variables.notificationHeight + ExportButton { id: _exportButton isSmall : true anchors.top : parent.top @@ -94,7 +96,7 @@ top : _root.title.bottom topMargin : Variables.minVGap * 2 // * 2 : it was too close to title and also better with rows not half cut. bottom : _root.bottom - bottomMargin : Variables.notificationHeight + Variables.minVGap + bottomMargin : Variables.notificationHeight * 2 + Variables.minVGap horizontalCenter: parent.horizontalCenter } width : parent.width - Variables.minVGap2 * 2 // * 2 : for each side