From 0fa27e3db96beacf9247217bb04fb71c8f4c217d Mon Sep 17 00:00:00 2001 From: sevenrats Date: Sat, 11 Feb 2023 12:13:47 -0500 Subject: [PATCH] set role width to image width --- components/extras/ExtrasItem.brs | 2 +- components/extras/ExtrasItem.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/extras/ExtrasItem.brs b/components/extras/ExtrasItem.brs index d1754738..3614e4f0 100644 --- a/components/extras/ExtrasItem.brs +++ b/components/extras/ExtrasItem.brs @@ -11,7 +11,7 @@ sub showContent() cont = m.top.itemContent m.name.text = cont.labelText m.name.maxWidth = cont.imageWidth - m.role.Width = cont.imageWidth + m.role.maxWidth = cont.imageWidth m.posterImg.uri = cont.posterUrl m.posterImg.width = cont.imageWidth m.role.Text = cont.subTitle diff --git a/components/extras/ExtrasItem.xml b/components/extras/ExtrasItem.xml index be8618cd..acd5fa14 100644 --- a/components/extras/ExtrasItem.xml +++ b/components/extras/ExtrasItem.xml @@ -10,11 +10,11 @@