Parcourir la source

Fix font size.

Vladimir N. Shilov il y a 2 ans
Parent
commit
15d38c8e9a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      cfg/gfxconf.h

+ 1 - 1
cfg/gfxconf.h

@@ -53,7 +53,7 @@
 
 /* GDISP fonts to include */
 #define GDISP_INCLUDE_FONT_DEJAVUSANS12 GFXON
-#define GDISP_INCLUDE_FONT_DEJAVUSANS32 GFXON
+#define GDISP_INCLUDE_FONT_DEJAVUSANS24 GFXON
 
 /* Features for the GWIN subsystem. */
 #define GWIN_NEED_WINDOWMANAGER	        GFXON