aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-12-20 17:07:17 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-12-20 17:07:17 +0100
commit5a2f6a14803885b7c53bab7d43208476d2e1bd5b (patch)
tree4ae6e6e3e12babb9a8f1c2ed6e5a880e518e21b7 /src/crepe/api
parent667ed9ac9b1e51ef87a5a0bca25566f39f087671 (diff)
added text to btn
Diffstat (limited to 'src/crepe/api')
-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 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 {