diff options
author | BlockMen <nmuelll@web.de> | 2015-02-18 12:37:53 +0100 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2015-02-18 12:51:17 +0100 |
commit | 8941ea0cc9ae899c8e43743c7a4efc7e9db9c489 (patch) | |
tree | 31bb903ead7ab8d1468e43cfb58b1d92b8ef403e /src/constants.h | |
parent | 9a9fcfc9a302227d60c108d048d86b9d77cf24b1 (diff) | |
download | minetest-8941ea0cc9ae899c8e43743c7a4efc7e9db9c489.tar.gz minetest-8941ea0cc9ae899c8e43743c7a4efc7e9db9c489.tar.bz2 minetest-8941ea0cc9ae899c8e43743c7a4efc7e9db9c489.zip |
Increase default font_size
Diffstat (limited to 'src/constants.h')
-rw-r--r-- | src/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.h b/src/constants.h index 53a2608bd..d7163bf68 100644 --- a/src/constants.h +++ b/src/constants.h @@ -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) |