Index: sources/gui/qml/globals/Fonts.qml =================================================================== diff -u -r7c7a07e17ffe6636f138f1a99bdbebbbe4fdea08 -rcf61c7736f11f4b75a4e2df803f29bdc7769db53 --- sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision 7c7a07e17ffe6636f138f1a99bdbebbbe4fdea08) +++ sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision cf61c7736f11f4b75a4e2df803f29bdc7769db53) @@ -47,7 +47,7 @@ readonly property int fontPixelStepNormal : 14 readonly property int fontPixelPresseuresText : 22 - readonly property int fontPixelPresseuresLabel : 30 + readonly property int fontPixelPresseuresLabel : 28 readonly property int fontPixelFluidText : 22 readonly property int fontPixelFluidValue : 32 @@ -87,6 +87,6 @@ readonly property int fontPixelDebugTitle : 25 readonly property int fontPixelDebugText : 28 readonly property int fontPixelDebugLabel : 15 - readonly property string fontFamilyDebug : "Noto Sans CJK SC" + readonly property string fontFamilyFixed : "Noto Sans CJK SC" }