Merge pull request #796 from candry7731/Season-Row

Fix Season Row Size
This commit is contained in:
1hitsong 2022-10-06 11:48:37 -04:00 committed by GitHub
commit 27721eac8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ sub onPeopleLoaded()
end for
end if
m.top.content = data
m.top.translation = "[75,10]"
m.top.rowItemSize = [[234, 396]]
m.LikeThisTask.itemId = m.top.parentId
m.LikeThisTask.control = "RUN"

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 = [1680, (itemHeight + 40)]
' spacing between rows
m.top.itemSpacing = [0, 0]