From 5e63331f8bfdb7aaa9ae67e7841f1906a31d717f Mon Sep 17 00:00:00 2001 From: miruka Date: Sat, 17 Aug 2019 14:54:34 -0400 Subject: [PATCH] Increase h6 titles font size --- src/themes/Default.qpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/Default.qpl b/src/themes/Default.qpl index 43976053..4f0b399e 100644 --- a/src/themes/Default.qpl +++ b/src/themes/Default.qpl @@ -23,7 +23,7 @@ int animationDuration: 100 string preferredIconPack: "light-thin" fontSize: - int smaller: 8 * fontScale + int smaller: 13 * fontScale int small: 13 * fontScale int normal: 16 * fontScale int big: 22 * fontScale