Fix Season Row Size

This commit is contained in:
candry7731 2022-09-17 13:50:47 -05:00
parent 6755bc02bb
commit 96288d470a

View File

@ -20,7 +20,7 @@ sub updateSize()
m.top.visible = true
' size of the whole row
m.top.itemSize = [1800, (itemHeight + 40)]
m.top.itemSize = [1700, (itemHeight + 40)]
' spacing between rows
m.top.itemSpacing = [0, 0]