aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-19 19:49:52 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-19 19:49:52 -0400
commita3edeef3d506d3a498c727fc4ba96cfa99673622 (patch)
treea7a48edbcf030d571f93ce4bb40f8a004a2d9993 /config.h
parent25f0c213ed8d9d0912c0de8c2506d0820939aafd (diff)
selected background
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 494ae97..36c21ee 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@
#include <stdint.h>
-static const uint32_t min_width = 600;
+static const uint32_t min_width = 500;
static const uint32_t font_size = 15;
#endif