From 64ce480a653968969dd824b45c581bc6d06e9fc7 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Fri, 1 Apr 2016 14:17:49 +0200 Subject: [PATCH] SVG: Enlarge graph view Make graph view a bit wider to deal with large numbers that sometimes are used on Y axis. Signed-off-by: Sebastien GODARD --- sa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sa.h b/sa.h index 21a5d89..4ea27a0 100644 --- a/sa.h +++ b/sa.h @@ -878,9 +878,9 @@ struct report_format { /* #8 */ #define SVG_G_XSIZE 720 /* #6 */ -#define SVG_M_XSIZE 50 +#define SVG_M_XSIZE 70 /* #7 */ -#define SVG_V_XSIZE 1000 +#define SVG_V_XSIZE 1050 /* #5 */ #define SVG_G_YSIZE 200 -- 2.40.0