From 74667dc2e8710419949df382c6689abe4ed69290 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Sun, 10 Aug 2025 12:05:18 +0200 Subject: [PATCH] Adjust the deskintl layout set's default font size. Because the deskintl layout set is for desktop, laptop, and tablet devices with a larger touchscreen. The default font size can be larger than the mobintl layout set's default font size. We created the config.deskintl.h based on config.mobintl.h, which is for mobile devices. However, the current font "Sans 14" is a bit small in my environment, Framework Laptop 12 (a 2-in-1 laptop with a 12.2-inch touchscreen). Signed-off-by: Jun Aruga Signed-off-by: Maarten van Gompel --- config.deskintl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.deskintl.h b/config.deskintl.h index 99fc458..49a76a6 100644 --- a/config.deskintl.h +++ b/config.deskintl.h @@ -1,7 +1,7 @@ #ifndef config_h_INCLUDED #define config_h_INCLUDED -#define DEFAULT_FONT "Sans 14" +#define DEFAULT_FONT "Sans 18" #define DEFAULT_ROUNDING 5 static const int transparency = 255;