From 8941ea0cc9ae899c8e43743c7a4efc7e9db9c489 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Wed, 18 Feb 2015 12:37:53 +0100 Subject: Increase default font_size --- src/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3