aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-06-09 21:08:26 +0200
committerMattias Andrée <m@maandree.se>2026-06-09 21:08:26 +0200
commitbcd42c2ab6cbccebec53468619c088bd90954e4e (patch)
tree08afe8f7d80123344df7b6028cc25b452c4f792d
parentm (diff)
downloadgcmap-bcd42c2ab6cbccebec53468619c088bd90954e4e.tar.gz
gcmap-bcd42c2ab6cbccebec53468619c088bd90954e4e.tar.bz2
gcmap-bcd42c2ab6cbccebec53468619c088bd90954e4e.tar.xz
Change default font size to 14HEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--gcmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcmap.c b/gcmap.c
index dbced41..ac82d0d 100644
--- a/gcmap.c
+++ b/gcmap.c
@@ -25,7 +25,7 @@ enum listing {
static const struct libcmap_block all_block = {.name = "All", .range = LIBCMAP_UNIVERSE_RANGE};
static unsigned int min_font_size = 4;
-static unsigned int default_font_size = 22;
+static unsigned int default_font_size = 14;
static unsigned int max_font_size = 500;
static unsigned int small_font_size_increment = 1;
static unsigned int big_font_size_increment = 8;