Move more stuff around instead of real fixes

This commit is contained in:
Nick Bisby 2019-04-13 22:52:46 -05:00
parent d2d46465ca
commit 6b850e576d
No known key found for this signature in database
GPG Key ID: F6E0C4E6D0B5EB36
3 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<Button text="Favorite" id="favorite-button" />
</ButtonGroupHoriz>
<Label id="tagline" />
<Label id="overview" />
<Label id="overview" wrap="true" maxLines="4" />
</LayoutGroup>
</LayoutGroup>
@ -42,6 +42,9 @@
main.translation=[50, 50]
overview = m.top.findNode("overview")
overview.width = dimensions.width - 100 - 400
m.top.findNode("buttons").setFocus(true)
end sub
]]>

View File

@ -25,7 +25,7 @@
<interface>
<field id="itemContent" type="node" onChange="itemContentChanged" />
</interface>
<script type="text/brightscript" uri="pkg:/components/tvshows/details.brs" />
<script type="text/brightscript" uri="pkg:/components/tvshows/group-description.brs" />
<script type="text/brightscript">
<![CDATA[
sub init()