support even larger screens
authorMarkus Teich <markus.teich@stusta.mhn.de>
Tue, 17 Nov 2015 00:39:40 +0000 (01:39 +0100)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Tue, 17 Nov 2015 00:39:40 +0000 (01:39 +0100)
config.def.h

index 9e4d5e71d314f7da001146c22d52c9027f5406a3..21e42c879827e15a42a8c331aad301b68a205f3f 100644 (file)
@@ -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";