Merge pull request #296 from Artiume/patch-1

Fix spelling
This commit is contained in:
Neil Burrows 2020-11-16 12:13:00 +00:00 committed by GitHub
commit 7c38783042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ sub itemContentChanged()
m.itemText.maxWidth = imageWidth
itemTextExtra.width = imageWidth
' Randmomise the background colors
' Randomize the background colors
m.backdrop = m.top.findNode("backdrop")
posterBackgrounds = m.global.constants.poster_bg_pallet
m.backdrop.color = posterBackgrounds[rnd(posterBackgrounds.count()) - 1]