make poster text reliant on available space, not the image
This commit is contained in:
parent
11f8fd248a
commit
f8a64df489
|
@ -34,7 +34,7 @@ sub updateSize()
|
||||||
' Always reserve the bottom for the Poster Title
|
' Always reserve the bottom for the Poster Title
|
||||||
m.title.wrap = true
|
m.title.wrap = true
|
||||||
m.title.maxLines = 2
|
m.title.maxLines = 2
|
||||||
m.title.width = m.poster.width
|
m.title.width = maxSize[0]
|
||||||
m.title.height = 80
|
m.title.height = 80
|
||||||
m.title.translation = [0, int(maxSize[1]) - m.title.height]
|
m.title.translation = [0, int(maxSize[1]) - m.title.height]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user