mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-24 06:39:47 +00:00
Move more stuff around instead of real fixes
This commit is contained in:
parent
d2d46465ca
commit
6b850e576d
@ -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
|
||||
]]>
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user