From cb708c0f15a941c3364cda764dcdeec243518ceb Mon Sep 17 00:00:00 2001 From: oetiker Date: Wed, 23 Jun 2004 20:36:39 +0000 Subject: [PATCH] It's quie enough that the title is placed on the top of the graph, there's no need to emphasize it more. -- Stanislav Sinyagin git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@282 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index a44cb09b..9597daff 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -41,7 +41,7 @@ char rrd_win_default_font[80]; text_prop_t text_prop[] = { { 10.0, RRD_DEFAULT_FONT }, /* default */ - { 12.0, RRD_DEFAULT_FONT }, /* title */ + { 10.0, RRD_DEFAULT_FONT }, /* title */ { 8.0, RRD_DEFAULT_FONT }, /* axis */ { 10.0, RRD_DEFAULT_FONT }, /* unit */ { 10.0, RRD_DEFAULT_FONT } /* legend */ -- 2.30.2