Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationConfirm.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationConfirm.qml (.../TreatmentAdjustmentUltrafiltrationConfirm.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationConfirm.qml (.../TreatmentAdjustmentUltrafiltrationConfirm.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -68,18 +68,18 @@ color: Colors.textMain height: Variables.mainMenuHeight anchors { - top: parent.top - topMargin: 100 + top : parent.top + topMargin : 100 horizontalCenter: parent.horizontalCenter } } TouchRect { id: _confirmButton - width : 530 - height : 70 + width : Variables.buttonWidth + height : Variables.buttonHeigth anchors { - bottom: parent.bottom - bottomMargin: 85 + bottom : parent.bottom + bottomMargin : 85 horizontalCenter: parent.horizontalCenter } isDefault : true @@ -105,8 +105,8 @@ Row { spacing: 20 anchors { - top: parent.top - topMargin: 205 + top : parent.top + topMargin : 205 horizontalCenter: parent.horizontalCenter } UltrafiltrationButton { id: _rateAdjustmentButton