aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2025-01-10 16:47:08 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2025-01-10 16:47:08 +0100
commit90a33d36c34b1512270a6724564995dd8bf914a6 (patch)
tree9461916069712418f870a4fce677d407d959b8e4 /src
parent892e109b5a0ca943c15b589a0c7621bc395223cd (diff)
Bug fixes
Diffstat (limited to 'src')
-rw-r--r--src/crepe/api/Config.h2
1 files changed, 1 insertions, 1 deletions
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 {