From 91d5213854b5054775f18dbfb7293d5858dbc8d0 Mon Sep 17 00:00:00 2001 From: Marterich <47688561+Marterich@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:10:20 +0100 Subject: [PATCH] Adjust HeaderFontSize from 18 to 16 for improved readability --- config/themes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/themes.json b/config/themes.json index 81469a89..40b0cf64 100644 --- a/config/themes.json +++ b/config/themes.json @@ -7,7 +7,7 @@ "CustomDialogHeight": "200", "FontSize": "12", "FontFamily": "Arial", - "HeaderFontSize": "18", + "HeaderFontSize": "16", "HeaderFontFamily": "Consolas, Monaco", "CheckBoxBulletDecoratorSize": "14", "CheckBoxMargin": "15,0,0,2",