diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-18 01:36:29 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-18 01:36:29 -0400 |
| commit | 4ec95c0bc1223aee10449bf831d29f4f683faff7 (patch) | |
| tree | 9b0bbe206daacf19fecdcc74093c06f1cdf0f89f /config.h | |
| parent | b6db9c7c1b8e2cef958b892b067aa565f4c5e403 (diff) | |
fix output and swenu-run
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ #include <stdint.h> static const uint32_t min_width = 600; -static const uint32_t font_size = 16; +static const uint32_t font_size = 15; #endif |
