Index: sources/gui/qml/globals/Fonts.qml =================================================================== diff -u -r9d8a60eb984003d3f7814cbe507b1b37f519bc80 -r14c541d2b780b0a244bc84860aa565cf8dd7fe4b --- sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision 9d8a60eb984003d3f7814cbe507b1b37f519bc80) +++ sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision 14c541d2b780b0a244bc84860aa565cf8dd7fe4b) @@ -1,16 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * + * * \file Fonts.qml * \author (last) Peter Lucia * \date (last) 15-Oct-2020 * \author (original) Behrouz NematiPour * \date (original) 17-Oct-2019 - * + * */ // Qt @@ -64,4 +64,8 @@ readonly property int fontPixelUltrafiltrationAdjustmentConfirmButton : 26 readonly property int fontPixelUltrafiltrationAdjustmentConfirmTitle : 40 readonly property int fontPixelUltrafiltrationAdjustmentEditValue : 46 + + readonly property int primingFontSize : 20 + readonly property int crTreatmentFontSize : 30 + readonly property int crTreatmentTableFontSize : 24 }