Index: sources/gui/qml/dialogs/PatientIdEntry.qml =================================================================== diff -u -rdc8969f6c7bbdb46d2de22622e58e457ceb37df4 -r1eedad37ea1cad5c9aa41ac082614d082f525a7f --- sources/gui/qml/dialogs/PatientIdEntry.qml (.../PatientIdEntry.qml) (revision dc8969f6c7bbdb46d2de22622e58e457ceb37df4) +++ sources/gui/qml/dialogs/PatientIdEntry.qml (.../PatientIdEntry.qml) (revision 1eedad37ea1cad5c9aa41ac082614d082f525a7f) @@ -33,7 +33,7 @@ anchors { top : _root.contentItem.top - topMargin : Variables.defaultMargin * 2 + topMargin : Variables.defaultMargin / 2 horizontalCenter: _root.contentItem.horizontalCenter } @@ -75,7 +75,7 @@ contentItem : TextEntry { id: _pretreatmentSecondaryPatientIDEntry clip : true textInput.width : parent.width - Variables.defaultMargin * 4 - text : vTreatmentCreate.patientID + text : vTreatmentCreate.secondaryPatientID anchors.centerIn : parent textInput.maximumLength : 20 // LEAHI-PRS-236 textInput.rightPadding : Variables.defaultMargin