[skin.confluence] v3.0.16

- Fixed PVR OSD guide label problem
This commit is contained in:
HitcherUK 2016-05-24 11:08:56 +01:00
parent 775430d179
commit 046115e1bb
3 changed files with 7 additions and 31 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.confluence"
version="3.0.15"
version="3.0.16"
name="Confluence"
provider-name="Jezz_X, Team Kodi">
<requires>

View File

@ -1,3 +1,7 @@
[B]3.0.16[/B]
- Fixed PVR OSD guide label problem
[B]3.0.15[/B]
- Added horizontal orientation tag to default slider control