This commit is contained in:
Ryan Oldenburg 2021-02-23 01:58:23 -06:00
parent 8c3a5b80cd
commit 0109fd8a36
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 KiB

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 KiB

After

Width:  |  Height:  |  Size: 520 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 KiB

After

Width:  |  Height:  |  Size: 519 KiB

View file

@ -43,7 +43,7 @@ proc renderIconSet(index: int) =
images.add((name, image))
let
columns = 50
columns = 40
rows = (images.len + columns - 1) div columns
rendered = newImage((width + 4) * columns, (height + 4) * rows)