From 90a33d36c34b1512270a6724564995dd8bf914a6 Mon Sep 17 00:00:00 2001 From: Max-001 Date: Fri, 10 Jan 2025 16:47:08 +0100 Subject: Bug fixes --- src/crepe/api/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h index 7475528..65a8302 100644 --- a/src/crepe/api/Config.h +++ b/src/crepe/api/Config.h @@ -86,7 +86,7 @@ struct Config final { * This config option is the font size at which all fonts will be loaded initially. * */ - unsigned int size = 500; + unsigned int size = 100; } font; //! Configuration for click tolerance. struct { -- cgit v1.2.3