[skin.confluence] v3.0.16
- Fixed PVR OSD guide label problem
This commit is contained in:
@ -100,25 +100,12 @@
|
||||
<label>$INFO[ListItem.StartTime]</label>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>60</left>
|
||||
<left>120</left>
|
||||
<top>7</top>
|
||||
<width>16</width>
|
||||
<height>16</height>
|
||||
<texture>$VAR[PVRTimerIcon]</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<left>100</left>
|
||||
<top>0</top>
|
||||
<width>300</width>
|
||||
<height>30</height>
|
||||
<font>font12</font>
|
||||
<textcolor>grey2</textcolor>
|
||||
<selectedcolor>selected</selectedcolor>
|
||||
<align>right</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
<visible>String.IsEmpty($VAR[PVRTimerIcon])</visible>
|
||||
</control>
|
||||
<control type="label">
|
||||
<left>150</left>
|
||||
<top>0</top>
|
||||
@ -130,7 +117,6 @@
|
||||
<align>right</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
<visible>!String.IsEmpty($VAR[PVRTimerIcon])</visible>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout height="35" width="410">
|
||||
@ -165,25 +151,12 @@
|
||||
<label>$INFO[ListItem.StartTime]</label>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>60</left>
|
||||
<left>120</left>
|
||||
<top>7</top>
|
||||
<width>16</width>
|
||||
<height>16</height>
|
||||
<texture>$VAR[PVRTimerIcon]</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<left>100</left>
|
||||
<top>0</top>
|
||||
<width>300</width>
|
||||
<height>30</height>
|
||||
<font>font12</font>
|
||||
<textcolor>grey2</textcolor>
|
||||
<selectedcolor>selected</selectedcolor>
|
||||
<align>right</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
<visible>String.IsEmpty($VAR[PVRTimerIcon])</visible>
|
||||
</control>
|
||||
<control type="label">
|
||||
<left>150</left>
|
||||
<top>0</top>
|
||||
@ -195,7 +168,6 @@
|
||||
<align>right</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
<visible>!String.IsEmpty($VAR[PVRTimerIcon])</visible>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
|
Reference in New Issue
Block a user