Index: sources/gui/qml/components/ConfirmTreatmentTable.qml =================================================================== diff -u -rccb91da4becded9a7ad409b758bba96784d9feba -r76f632ce5a9039ae662d9a52286079b772f8ae7f --- sources/gui/qml/components/ConfirmTreatmentTable.qml (.../ConfirmTreatmentTable.qml) (revision ccb91da4becded9a7ad409b758bba96784d9feba) +++ sources/gui/qml/components/ConfirmTreatmentTable.qml (.../ConfirmTreatmentTable.qml) (revision 76f632ce5a9039ae662d9a52286079b772f8ae7f) @@ -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.fonstPixelCreateTreatmentTable 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.fonstPixelCreateTreatmentTable color: "white" anchors.top: _header.bottom anchors.left: _root.horizontalCenter