wider image for onion skin diffing

This commit is contained in:
Ryan Oldenburg 2021-02-23 00:31:55 -06:00
parent c45486ad9b
commit 5846a415f9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 KiB

After

Width:  |  Height:  |  Size: 519 KiB

View file

@ -18,7 +18,7 @@ for path in walkFiles(iconsPath):
images.add((name, image))
let
columns = 10
columns = 50
rows = (images.len + columns - 1) div columns
rendered = newImage((width + 4) * columns, (height + 4) * rows)