Index: sources/gui/qml/components/ConfirmTreatmentTable.qml =================================================================== diff -u -r76f632ce5a9039ae662d9a52286079b772f8ae7f -rdd2d4b50f32f74eccbc9592be5ef9da0bc0fbd25 --- sources/gui/qml/components/ConfirmTreatmentTable.qml (.../ConfirmTreatmentTable.qml) (revision 76f632ce5a9039ae662d9a52286079b772f8ae7f) +++ sources/gui/qml/components/ConfirmTreatmentTable.qml (.../ConfirmTreatmentTable.qml) (revision dd2d4b50f32f74eccbc9592be5ef9da0bc0fbd25) @@ -75,7 +75,7 @@ id: _prescription objectName: _root.objectName + "_prescription" text: "PRESCRIPTION" - font.pixelSize: Fonts.fonstPixelCreateTreatmentTable + 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.fonstPixelCreateTreatmentTable + font.pixelSize: Fonts.fontPixelCreateTreatmentTable color: "white" anchors.top: _header.bottom anchors.left: _root.horizontalCenter