Index: sources/gui/qml/globals/Fonts.qml =================================================================== diff -u -r781e62c996e81897517fbdb1bc79fe3bbcf165c1 -r2f7a4176a08ba884281b370d452f19c25501a4b4 --- sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision 781e62c996e81897517fbdb1bc79fe3bbcf165c1) +++ sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision 2f7a4176a08ba884281b370d452f19c25501a4b4) @@ -1,6 +1,6 @@ /*! * - * Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. + * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright \n * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, \n * IN PART OR IN WHOLE, \n @@ -22,6 +22,12 @@ * which is going to be used in the project */ QtObject { - readonly property int fontPixelButton: 12 * 2 - readonly property int fontPixelTitle : 12 * 3.5 + readonly property int fontPixelButton : 12 * 2 + readonly property int fontPixelTitle : 12 * 3.5 + + readonly property int fontPixelTouchAreaTitle : 16 + + readonly property int fontPixelTextRectTitle : 25 + readonly property int fontPixelTextRectLabel : 46 + readonly property int fontPixelTextRectExtra : 28 }