--- ./src/config.c.orig 2004-07-16 10:25:20.000000000 -0700 +++ ./src/config.c 2004-09-27 16:55:08.000000000 -0700 @@ -1853,7 +1853,7 @@ _GK.chart_height_min = 5; _GK.chart_height_max = 200; - _GK.chart_width_ref = 60; + _GK.chart_width_ref = 75; _GK.chart_text_no_fill = FALSE; _GK.bg_separator_height = 2; _GK.allow_scaling = FALSE; @@ -2271,7 +2271,7 @@ _GK.enable_hostname = TRUE; _GK.hostname_short = FALSE; _GK.enable_system_name = FALSE; - _GK.chart_width = 60; + _GK.chart_width = 75; _GK.update_HZ = 10; _GK.theme_scale = 100; _GK.float_factor = 1.0;