From 9bb366f6c89989403abe12d4f310a301a4137276 Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Fri, 26 Jul 2024 08:38:48 +0300 Subject: [PATCH] Experiment with DPI Aware Units --- config/themes.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/themes.json b/config/themes.json index 095bd9a4..fc7ec12c 100644 --- a/config/themes.json +++ b/config/themes.json @@ -6,9 +6,9 @@ "CustomDialogWidth": "400", "CustomDialogHeight": "200", - "FontSize": "12", + "FontSize": "0.35cm", "FontFamily": "Arial", - "FontSizeHeading": "14", + "FontSizeHeading": "0.4cm", "HeaderFontFamily": "Consolas, Monaco", "CheckBoxBulletDecoratorSize": "14", @@ -77,9 +77,9 @@ "CustomDialogWidth": "400", "CustomDialogHeight": "200", - "FontSize": "12", + "FontSize": "0.35cm", "FontFamily": "Arial", - "FontSizeHeading": "14", + "FontSizeHeading": "0.4cm", "HeaderFontFamily": "Consolas, Monaco", "CheckBoxBulletDecoratorSize": "14", @@ -146,9 +146,9 @@ "CustomDialogWidth": "400", "CustomDialogHeight": "200", - "FontSize": "12", + "FontSize": "0.35cm", "FontFamily": "Arial", - "FontSizeHeading": "14", + "FontSizeHeading": "0.4cm", "HeaderFontFamily": "Consolas, Monaco", "CheckBoxBulletDecoratorSize": "14",