From bcd42c2ab6cbccebec53468619c088bd90954e4e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 9 Jun 2026 21:08:26 +0200 Subject: Change default font size to 14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- gcmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcmap.c') 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; -- cgit v1.3.1