]> git.cworth.org Git - acre/commitdiff
Shrink title font size a bit.
authorCarl Worth <cworth@cworth.org>
Tue, 27 Jan 2009 19:43:53 +0000 (11:43 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 16 Apr 2009 19:05:49 +0000 (12:05 -0700)
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.

acre.c

diff --git a/acre.c b/acre.c
index 3ddf14382a880a7db7edebff34512040e34fb1e3..e444e30557222e0ee73b7af7138a32a3f46213f9 100644 (file)
--- 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