Add codec info back to tv episode rows

This commit is contained in:
1hitsong 2022-06-11 10:04:53 -04:00
parent 491a66fc73
commit 20b5efd6d6
2 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ sub updateSize()
m.top.translation = [450, 180]
itemWidth = 1360
itemHeight = 250
itemHeight = 300
m.top.visible = true

View File

@ -3,7 +3,7 @@
<children>
<LayoutGroup id="toplevel" layoutDirection="vert" itemSpacings="[40]">
<LayoutGroup id="main_group" layoutDirection="horiz" itemSpacings="[30]">
<Poster id="poster" width="350" height="250" />
<Poster id="poster" width="350" height="300" />
<LayoutGroup id="text" layoutDirection="vert" itemSpacings="[15]">
<!-- Using poster of 1 length to get spacing. Not successful with adding translation to title -->
<Poster id="null" height="1" />
@ -16,10 +16,10 @@
</LayoutGroup>
<Label id="endtime" font="font:SmallestSystemFont" />
</LayoutGroup>
<Label id="overview" font="font:SmallestSystemFont" wrap="true" height="150" width="950" maxLines="3" ellipsizeOnBoundary="true"/>
<LayoutGroup layoutDirection="horiz" itemSpacings="[15]" visible="false">
<Label id="video_codec" />
<ScrollingLabel id="audio_codec" />
<Label id="overview" font="font:SmallestSystemFont" wrap="true" height="130" width="950" maxLines="3" ellipsizeOnBoundary="true"/>
<LayoutGroup layoutDirection="horiz" itemSpacings="[15]">
<Label id="video_codec" font="font:SmallestSystemFont" />
<ScrollingLabel id="audio_codec" font="font:SmallestSystemFont" />
<label id="audio_codec_count" font="font:smallestSystemFont" vertAlign="top" color="#ceffff" />
</LayoutGroup>
</LayoutGroup>