diff options
| author | Mattias Andrée <m@maandree.se> | 2026-06-09 21:08:26 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-06-09 21:08:26 +0200 |
| commit | bcd42c2ab6cbccebec53468619c088bd90954e4e (patch) | |
| tree | 08afe8f7d80123344df7b6028cc25b452c4f792d /gcmap.c | |
| parent | m (diff) | |
| download | gcmap-master.tar.gz gcmap-master.tar.bz2 gcmap-master.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'gcmap.c')
| -rw-r--r-- | gcmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
