Merge pull request #122 from guzba/master

wider image for onion skin diffing
This commit is contained in:
treeform 2021-02-22 22:39:34 -08:00 committed by GitHub
commit 515dd51b2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)