1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Increase default font_size

This commit is contained in:
BlockMen
2015-02-18 12:37:53 +01:00
parent 9a9fcfc9a3
commit 8941ea0cc9
2 changed files with 4 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#if defined(_WIN32)
#define TTF_DEFAULT_FONT_SIZE (18)
#else
#define TTF_DEFAULT_FONT_SIZE (14)
#define TTF_DEFAULT_FONT_SIZE (15)
#endif
#define DEFAULT_FONT_SIZE (10)