[cleanup] remove media label from MyPVRChannels (#27)

This commit is contained in:
Stefan Saraev 2017-05-01 18:01:56 +03:00 committed by Kevin Goffe
parent 872cedce4f
commit 8c3a0a0496

View File

@ -93,28 +93,6 @@
<visible>Player.HasVideo</visible>
<animation effect="slide" start="0,0" end="-2000,0" time="0">WindowClose</animation>
</control>
<control type="image">
<left>1</left>
<top>1</top>
<width>688</width>
<height>35</height>
<texture>black-back.png</texture>
<colordiffuse>DDFFFFFF</colordiffuse>
<visible>Player.HasVideo</visible>
</control>
<control type="label">
<description>Current Video label</description>
<left>30</left>
<top>1</top>
<width>650</width>
<height>35</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Player.Title]</label>
<visible>Player.HasVideo</visible>
</control>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>