summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-11-17 01:39:40 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-11-17 01:39:40 +0100
commit4ae761b8becf81ea2dfbdee38b323bb0e6d5bf2a (patch)
treeae4c57c6e18a65b8590acdbc98f251e6053be5d5
parent4a828c2d6c2d16f77c0d110b31648462b28cc271 (diff)
support even larger screens
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9e4d5e7..21e42c8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@ static char *fontfallbacks[] = {
"roboto",
"ubuntu",
};
-#define NUMFONTSCALES 30
+#define NUMFONTSCALES 42
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */
static const char *fgcol = "#000000";