summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorJames Stevenson <everamzah@gmail.com>2016-09-15 11:53:17 -0400
committerest31 <MTest31@outlook.com>2016-09-21 08:04:11 +0200
commit679c8de63ffb7119f2b99b00883bc959f5917da4 (patch)
tree5a3846a28ca129697bcae1c1857e0ed0e8af7c34 /src/constants.h
parentabb6fba24f346c931bc83cc875f8756c2467c469 (diff)
downloadminetest-679c8de63ffb7119f2b99b00883bc959f5917da4.tar.gz
minetest-679c8de63ffb7119f2b99b00883bc959f5917da4.tar.bz2
minetest-679c8de63ffb7119f2b99b00883bc959f5917da4.zip
Increase default font size by 1
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.h b/src/constants.h
index b606fc4fa..55ae9daf3 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -112,7 +112,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 (15)
+ #define TTF_DEFAULT_FONT_SIZE (16)
#endif
#define DEFAULT_FONT_SIZE (10)