new size
This commit is contained in:
parent
8c3a5b80cd
commit
0109fd8a36
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 |
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue