From: Carl Worth Date: Tue, 27 Jan 2009 19:43:53 +0000 (-0800) Subject: Shrink title font size a bit. X-Git-Url: https://git.cworth.org/git?p=acre;a=commitdiff_plain;h=7d126a0ca948c293e4152c50bdb2a8a0ce48f1f9 Shrink title font size a bit. When comparing an acre-made plot to a similar motorsim plot, it became clear that the acre title font was too large, (but also the original motorsim title font was too small). Attempt to find a happy medium. --- diff --git a/acre.c b/acre.c index 3ddf143..e444e30 100644 --- a/acre.c +++ b/acre.c @@ -160,7 +160,7 @@ acre_add_data (acre_t *acre, acre_data_t *data) #define ACRE_FONT_FAMILY "sans" #define ACRE_FONT_SIZE 12 -#define ACRE_TITLE_FONT_SIZE 32 +#define ACRE_TITLE_FONT_SIZE 20 #define ACRE_PAD (ACRE_FONT_SIZE) #define ACRE_TICK_MAJOR_SIZE 6 #define ACRE_TICK_MINOR_SIZE 3