diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-20 17:07:17 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-20 17:07:17 +0100 |
commit | 5a2f6a14803885b7c53bab7d43208476d2e1bd5b (patch) | |
tree | 4ae6e6e3e12babb9a8f1c2ed6e5a880e518e21b7 /src | |
parent | 667ed9ac9b1e51ef87a5a0bca25566f39f087671 (diff) |
added text to btn
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/api/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h index 6b9e3ca..c53c2d6 100644 --- a/src/crepe/api/Config.h +++ b/src/crepe/api/Config.h @@ -85,7 +85,7 @@ struct Config final { * This config option is the font size at which all fonts will be loaded initially. * */ - unsigned int size = 16; + unsigned int size = 32; } font; //! Configuration for click tolerance. struct { |