diff --git a/components/ListPoster.brs b/components/ListPoster.brs index 74f094e3..894e891f 100644 --- a/components/ListPoster.brs +++ b/components/ListPoster.brs @@ -34,7 +34,7 @@ sub updateSize() ' Always reserve the bottom for the Poster Title m.title.wrap = true m.title.maxLines = 2 - m.title.width = m.poster.width + m.title.width = maxSize[0] m.title.height = 80 m.title.translation = [0, int(maxSize[1]) - m.title.height]