Index: sources/gui/qml/pages/pretreatment/create/PreTreatmentConfirm.qml =================================================================== diff -u -r725cf5096e9664a0b6b1c4e4e902d1673bd976a9 -rc0c63c4b149dafea2b02e4cd31f223e392ff7818 --- sources/gui/qml/pages/pretreatment/create/PreTreatmentConfirm.qml (.../PreTreatmentConfirm.qml) (revision 725cf5096e9664a0b6b1c4e4e902d1673bd976a9) +++ sources/gui/qml/pages/pretreatment/create/PreTreatmentConfirm.qml (.../PreTreatmentConfirm.qml) (revision c0c63c4b149dafea2b02e4cd31f223e392ff7818) @@ -30,22 +30,18 @@ PreTreatmentBase { id: _root objectName: "_PreTreatmentConfirm" - signal confirmClicked() - - header.stepIndex: 1 - Flickable { id: _flickable objectName: "_PreTreatmentConfirmFlickable" anchors { - top : parent.top - topMargin : header.height - bottom : parent.bottom - bottomMargin : 75 + top : _root.title.bottom + topMargin : 15 + bottom : _root.bottom + bottomMargin : Variables.notificationHeight + 15 horizontalCenter: parent.horizontalCenter } - width: parent.width - contentWidth: parent.width - contentHeight: _column.implicitHeight + width : _root.width + contentWidth : _root.width + contentHeight : _column.implicitHeight clip: true ScrollBar.vertical: ScrollBar { id: _scrollBar @@ -64,16 +60,9 @@ anchors.horizontalCenter: parent.horizontalCenter; anchors.fill: parent; - Text { id: _titleText - anchors.horizontalCenter: parent.horizontalCenter; - text: qsTr("Confirm Treatment") - color: Colors.textMain - font.pixelSize: Fonts.fontPixelTitle - } // insert the treatment information table here ConfirmTreatmentTable { anchors.horizontalCenter: parent.horizontalCenter - } TouchRect { id : _continueRect