Index: sources/gui/qml/components/ConfirmTreatmentTable.qml =================================================================== diff -u -r577ab4647b2584d4e32b26797281ec1543d2e1aa -r2230a5b1b891f47b64165164710aa680ddfc7040 --- sources/gui/qml/components/ConfirmTreatmentTable.qml (.../ConfirmTreatmentTable.qml) (revision 577ab4647b2584d4e32b26797281ec1543d2e1aa) +++ sources/gui/qml/components/ConfirmTreatmentTable.qml (.../ConfirmTreatmentTable.qml) (revision 2230a5b1b891f47b64165164710aa680ddfc7040) @@ -31,7 +31,7 @@ width: parent.width height: Variables.createTreatmentHeaderHeight color: "transparent" - radius: 5 + radius: Variables.dialogRadius Rectangle { id: _treatment_profile_id @@ -43,7 +43,7 @@ anchors.topMargin: Variables.createTreatmentMargin anchors.leftMargin: Variables.createTreatmentMargin color: Colors.createTrProfileID - radius: 5 + radius: Variables.dialogRadius Text { id: _treatment_profile_id_text