Prevent program details poster from covering the *Options indication on Live TV
This commit is contained in:
parent
3b531188cf
commit
4b26350a82
|
@ -3,8 +3,8 @@
|
|||
<children>
|
||||
|
||||
<!-- Selected Item Details -->
|
||||
<maskGroup id="backgroundMask" maskUri="pkg:/images/backgroundmask.png" translation="[1208, 127]" maskSize="[712,400]">
|
||||
<Poster id="image" height="400" width="712" loadDisplayMode="scaleToFit" />
|
||||
<maskGroup id="backgroundMask" maskUri="pkg:/images/backgroundmask.png" translation="[1320, 150]" maskSize="[500,375]">
|
||||
<Poster id="image" height="375" width="500" loadDisplayMode="scaleToFit" />
|
||||
</maskGroup>
|
||||
|
||||
<Group id="detailsView" visible="false">
|
||||
|
@ -32,7 +32,7 @@
|
|||
<Label id="channelName" />
|
||||
</LayoutGroup>
|
||||
|
||||
<label id="overview" wrap="true" width="1250" font="font:SmallestSystemFont" />
|
||||
<label id="overview" wrap="true" width="1210" font="font:SmallestSystemFont" />
|
||||
|
||||
<!-- View Channel button -->
|
||||
<Group id="viewChannelButton" opacity="0">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<component name="Schedule" extends="JFGroup">
|
||||
<children>
|
||||
<rectangle translation="[0,125]" width="1920" height="955" color="#262626" />
|
||||
<rectangle translation="[0,150]" width="1920" height="930" color="#262626" />
|
||||
|
||||
<!-- Selected Item Details -->
|
||||
<ProgramDetails id="detailsPane" focusable="true" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user