Skip to content

Commit b6c43eb

Browse files
VmaDumpVis: Increase image width from 800 to 1200
1 parent 52d0272 commit b6c43eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/VmaDumpVis/VmaDumpVis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
PROGRAM_VERSION = 'VMA Dump Visualization 2.0.1'
29-
IMG_SIZE_X = 800
29+
IMG_SIZE_X = 1200
3030
IMG_MARGIN = 8
3131
FONT_SIZE = 10
3232
MAP_SIZE = 24

0 commit comments

Comments
 (0)