Prevent program details poster from covering the *Options indication on Live TV

This commit is contained in:
JD Layman 2021-09-06 15:11:10 -05:00
parent 3b531188cf
commit 4b26350a82
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
<children> <children>
<!-- Selected Item Details --> <!-- Selected Item Details -->
<maskGroup id="backgroundMask" maskUri="pkg:/images/backgroundmask.png" translation="[1208, 127]" maskSize="[712,400]"> <maskGroup id="backgroundMask" maskUri="pkg:/images/backgroundmask.png" translation="[1320, 150]" maskSize="[500,375]">
<Poster id="image" height="400" width="712" loadDisplayMode="scaleToFit" /> <Poster id="image" height="375" width="500" loadDisplayMode="scaleToFit" />
</maskGroup> </maskGroup>
<Group id="detailsView" visible="false"> <Group id="detailsView" visible="false">
@ -32,7 +32,7 @@
<Label id="channelName" /> <Label id="channelName" />
</LayoutGroup> </LayoutGroup>
<label id="overview" wrap="true" width="1250" font="font:SmallestSystemFont" /> <label id="overview" wrap="true" width="1210" font="font:SmallestSystemFont" />
<!-- View Channel button --> <!-- View Channel button -->
<Group id="viewChannelButton" opacity="0"> <Group id="viewChannelButton" opacity="0">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<component name="Schedule" extends="JFGroup"> <component name="Schedule" extends="JFGroup">
<children> <children>
<rectangle translation="[0,125]" width="1920" height="955" color="#262626" /> <rectangle translation="[0,150]" width="1920" height="930" color="#262626" />
<!-- Selected Item Details --> <!-- Selected Item Details -->
<ProgramDetails id="detailsPane" focusable="true" /> <ProgramDetails id="detailsPane" focusable="true" />