Index: sources/gui/qml/dialogs/EndTreatmentDialog.qml =================================================================== diff -u -rbea36be2766046e63c4e82539a630b5cee7ce1c6 -r7b71ec23c53c04a24e3db8ace0ca4825ec57d721 --- sources/gui/qml/dialogs/EndTreatmentDialog.qml (.../EndTreatmentDialog.qml) (revision bea36be2766046e63c4e82539a630b5cee7ce1c6) +++ sources/gui/qml/dialogs/EndTreatmentDialog.qml (.../EndTreatmentDialog.qml) (revision 7b71ec23c53c04a24e3db8ace0ca4825ec57d721) @@ -7,8 +7,8 @@ confirmText : qsTr("End Treatment") cancelText : qsTr("Stay On Treatment") - width : 600 - height : 600 + width : Variables.completeDialogWidth + height : Variables.completeDialogHeight backgroundColor : Colors.darkDialogColor messageTextVerticalOffset : Variables.defaultMargin * -1 footerBottomMargin : Variables.defaultMargin * 3 @@ -26,6 +26,17 @@ source : "qrc:/images/iCompleteCheck" } + Text { id: _description + anchors { + top : _iconImage.bottom + topMargin : Variables.defaultMargin * 5 + horizontalCenter: parent.horizontalCenter + } + color : Colors.textMain + font.pixelSize : Fonts.fontPixelNotification + text : qsTr("Stay on treatment if blood sample is required.") + } + Connections { target : vTreatmentAdjustmentEnd function onAdjustmentTriggered ( vValue ) { if ( ! vTreatmentAdjustmentEnd.adjustment_Accepted ) {