reduced spacing between stock items
This commit is contained in:
parent
2f25b3de4b
commit
7b3e2449d4
@ -944,7 +944,7 @@ class StockTicker():
|
||||
|
||||
|
||||
|
||||
img = img.crop((0,0,max(w1, w2) + 20,32))
|
||||
img = img.crop((0,0,max(w1, w2) + 8,32))
|
||||
return img
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user