From dda5fbc330ffd581ffa2c09a4024d7c35a4cb56d Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Sun, 25 Feb 2018 11:50:23 +0100 Subject: [PATCH] Increase baseScaling font for knight profile to improve consistency. --- app/qml/Fonts.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qml/Fonts.qml b/app/qml/Fonts.qml index 24dc7b9..7189723 100644 --- a/app/qml/Fonts.qml +++ b/app/qml/Fonts.qml @@ -211,7 +211,7 @@ QtObject{ lineSpacing: 0.2 pixelSize: 10 fontWidth: 1.0 - baseScaling: 2.0 + baseScaling: 3.0 lowResolutionFont: true } }