From 1387f56e5e5f03a7cffad27be6cd1c0b02abcabf Mon Sep 17 00:00:00 2001 From: Martin Fuhrer Date: Wed, 30 Nov 2005 03:54:08 +0000 Subject: [PATCH] Changed font sizes for Mac-specific builds. --- src/tuxpaint.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index cc9e374a3..288389b6d 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -8737,7 +8737,11 @@ static void setup(int argc, char * argv[]) small_font = TTF_OpenFont(DATA_PREFIX "fonts/default_font.ttf", +#ifdef __APPLE__ + 12 - (only_uppercase * 2)); +#else 13 - (only_uppercase * 2)); +#endif if (small_font == NULL) {