From b6c43ebf18897457ca92085b635865a1db2f1e45 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Mon, 18 Nov 2019 15:12:54 +0100 Subject: [PATCH] VmaDumpVis: Increase image width from 800 to 1200 --- tools/VmaDumpVis/VmaDumpVis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/VmaDumpVis/VmaDumpVis.py b/tools/VmaDumpVis/VmaDumpVis.py index c71d04b..efd4d76 100644 --- a/tools/VmaDumpVis/VmaDumpVis.py +++ b/tools/VmaDumpVis/VmaDumpVis.py @@ -26,7 +26,7 @@ from PIL import Image, ImageDraw, ImageFont PROGRAM_VERSION = 'VMA Dump Visualization 2.0.1' -IMG_SIZE_X = 800 +IMG_SIZE_X = 1200 IMG_MARGIN = 8 FONT_SIZE = 10 MAP_SIZE = 24