Skip to content

Commit

Permalink
Remove Transponder info difference for NoRoot and InRootOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
littlesat committed Mar 2, 2018
1 parent 8a2a115 commit b96e3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions usr/share/enigma2/PLi-FullHD/skin.xml
Expand Up @@ -316,7 +316,7 @@
picServiceEventProgressbar="PLi-FullHD/window/sprogress.png" progressbarHeight="12" colorEventProgressbarBorder="darkgrey" colorEventProgressbarBorderSelected="darkgrey"
colorFallbackItem="fallback" colorServiceDescriptionFallback="selectedFG" colorServiceSelectedFallback="selectedFG" colorServiceDescriptionSelectedFallback="white"/>
<widget source="ServiceEvent" render="Label" position="30,525" size="720,30" foregroundColor="transponderinfo" font="Regular;26" valign="center" halign="left" transparent="1" zPosition="1">
<convert type="TransponderInfo">NoRoot</convert>
<convert type="TransponderInfo"/>
</widget>
<widget source="ServiceEvent" render="Label" position="600,525" size="150,30" backgroundColor="secondBG" transparent="1" zPosition="1" foregroundColor="secondFG" font="Regular;26" halign="right">
<convert type="ServiceOrbitalPosition"/>
Expand All @@ -339,9 +339,6 @@
<convert type="EventName">FullDescription</convert>
</widget>
<widget source="ServiceEvent" render="NextEpgInfo" position="30,943" size="720,64" transparent="1" font="Regular;28" noWrap="1" NumberOfItems="2" noLabel="1" foregroundColor="secondFG" timeColor="grey" numOfSpaces="2"/>
<widget source="ServiceEvent" render="Label" position="780,26" size="700,40" font="Regular;34" valign="center" halign="left" transparent="1" zPosition="1">
<convert type="TransponderInfo">InRootOnly</convert>
</widget>
</screen>

<!-- Slim Channel Selection - I still not found were this is used -->
Expand Down
5 changes: 1 addition & 4 deletions usr/share/enigma2/PLi-FullNightHD/skin.xml
Expand Up @@ -316,7 +316,7 @@
foregroundColorServiceNotAvail="#656565" backgroundColorMarked="#656565" colorServiceDescriptionFallback="yellowsoft"
colorServiceDescriptionSelectedFallback="yellowsoft" colorFallbackItem="#aaaaaa" colorServiceSelectedFallback="yellowsoft"/>
<widget source="ServiceEvent" render="Label" position="30,528" size="720,30" foregroundColor="foreground" font="Regular;26" valign="center" halign="center" transparent="1" zPosition="1">
<convert type="TransponderInfo">NoRoot</convert>
<convert type="TransponderInfo"/>
</widget>
<widget source="ServiceEvent" render="Label" position="30,565" size="90,32" transparent="1" foregroundColor="foreground" font="Regular;28" halign="left">
<convert type="EventTime">StartTime</convert>
Expand All @@ -336,9 +336,6 @@
<convert type="EventName">FullDescription</convert>
</widget>
<widget source="ServiceEvent" render="NextEpgInfo" position="30,867" size="720,140" transparent="1" timeColor="foreground" foregroundColor="secondFG" noLabel="1" noWrap="1" font="Regular;30" NumberOfItems="4"/>
<widget source="ServiceEvent" render="Label" position="780,26" size="700,40" font="Regular;34" valign="center" halign="left" transparent="1" zPosition="1">
<convert type="TransponderInfo">InRootOnly</convert>
</widget>
</screen>

<!-- Simple channelselection -->
Expand Down

0 comments on commit b96e3e9

Please sign in to comment.