Change grid size.

This commit is contained in:
Sergey Vartanov 2020-08-23 11:16:52 +03:00
parent 945af54dc9
commit 669f6712c4
2 changed files with 1 additions and 1 deletions

View file

@ -39,7 +39,7 @@ if os.path.isfile(icon_colors_file_name):
step = 24
width = 240
width = 24 * 16
extracter = extract_icon.IconExtractor(icons_file_name)