aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-06-09 21:07:53 +0200
committerMattias Andrée <m@maandree.se>2026-06-09 21:07:53 +0200
commit4aacecac867187de750d4225a262827e3947006d (patch)
treeaab55d08c4c044c4964868f037cb160118b8e3a0
parentm (diff)
downloadcmap-4aacecac867187de750d4225a262827e3947006d.tar.gz
cmap-4aacecac867187de750d4225a262827e3947006d.tar.bz2
cmap-4aacecac867187de750d4225a262827e3947006d.tar.xz
Change default font size to 14HEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--cmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmap.c b/cmap.c
index c1eb23a..b2644ac 100644
--- a/cmap.c
+++ b/cmap.c
@@ -22,7 +22,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;