Index: sources/gui/qml/dialogs/headerbar/HeaderbarPrescription.qml =================================================================== diff -u -r0c448ff97fb2882b068cf6da24bbed375fc68f44 -rf15173158b76aa650913d40a92881016e0625963 --- sources/gui/qml/dialogs/headerbar/HeaderbarPrescription.qml (.../HeaderbarPrescription.qml) (revision 0c448ff97fb2882b068cf6da24bbed375fc68f44) +++ sources/gui/qml/dialogs/headerbar/HeaderbarPrescription.qml (.../HeaderbarPrescription.qml) (revision f15173158b76aa650913d40a92881016e0625963) @@ -29,6 +29,18 @@ onIsConfirmedChanged: if (isConfirmed) { _root.close() } + Text { id: descriptiveText + anchors { + top : parent.top + topMargin : -10 + horizontalCenter : parent.horizontalCenter + } + text : qsTr("Original Prescribed Parameters") + visible : vTDOpMode.inTreatment + color : "#A0A0A0" + font.pixelSize : 30 + } + PreTreatmentCreateContent { id: _headerbarPrescriptionContent anchors { top : parent.top