reduced spacing between stock items

This commit is contained in:
Justin 2023-08-07 18:03:42 +08:00 committed by GitHub
parent 2f25b3de4b
commit 7b3e2449d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 return img