Index: sources/gui/qml/components/pretreatment/ConfirmTreatmentTable.qml =================================================================== diff -u -rdf74454a7a75eb63ac577739c1fd0f179e479f44 -r5215e145a0f26a20c99e3f10af6ac8a9c3b67383 --- sources/gui/qml/components/pretreatment/ConfirmTreatmentTable.qml (.../ConfirmTreatmentTable.qml) (revision df74454a7a75eb63ac577739c1fd0f179e479f44) +++ sources/gui/qml/components/pretreatment/ConfirmTreatmentTable.qml (.../ConfirmTreatmentTable.qml) (revision 5215e145a0f26a20c99e3f10af6ac8a9c3b67383) @@ -67,15 +67,15 @@ anchors.leftMargin: 20 text: "New Treatment" color: "white" - font.pixelSize: Fonts.createTreatmentFontSize + font.pixelSize: Fonts.fontPixelCreateTreatment } } Text { id: _prescription objectName: _root.objectName + "_prescription" text: "PRESCRIPTION" - font.pixelSize: Fonts.crTreatmentTableFontSize + font.pixelSize: Fonts.fontPixelCreateTreatmentTable color: "white" anchors.left: parent.left anchors.top: _header.bottom @@ -86,7 +86,7 @@ id: _operating_parameters objectName: _root.objectName + "_operating_parameters" text: "OPERATING PARAMETERS" - font.pixelSize: Fonts.crTreatmentTableFontSize + font.pixelSize: Fonts.fontPixelCreateTreatmentTable color: "white" anchors.top: _header.bottom anchors.left: _root.horizontalCenter