From 2313673993eee5ff0633aa8844de15c5596e5bf3 Mon Sep 17 00:00:00 2001 From: miruka Date: Tue, 22 Sep 2020 21:04:05 -0400 Subject: [PATCH] Reduce themes fontSize.big from 22 to 20 --- src/themes/Glass.qpl | 2 +- src/themes/Midnight.qpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/Glass.qpl b/src/themes/Glass.qpl index 7356ccd6..c868ef5a 100644 --- a/src/themes/Glass.qpl +++ b/src/themes/Glass.qpl @@ -20,7 +20,7 @@ fontSize: int smaller: 13 * uiScale int small: 13 * uiScale int normal: 16 * uiScale - int big: 22 * uiScale + int big: 20 * uiScale int bigger: 32 * uiScale int biggest: 48 * uiScale diff --git a/src/themes/Midnight.qpl b/src/themes/Midnight.qpl index d30f9ba5..8da0f6aa 100644 --- a/src/themes/Midnight.qpl +++ b/src/themes/Midnight.qpl @@ -20,7 +20,7 @@ fontSize: int smaller: 13 * uiScale int small: 13 * uiScale int normal: 16 * uiScale - int big: 22 * uiScale + int big: 20 * uiScale int bigger: 32 * uiScale int biggest: 48 * uiScale