minor tweaks
This commit is contained in:
parent
c345efcbf0
commit
3c7f624a2b
|
@ -63,13 +63,13 @@
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>1-col-indent</posx>
|
<posx>1-col-indent</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>11-col-gutter</width>
|
<width>15-col</width>
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<font>itemTitle</font>
|
<font>itemTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<shadowcolor></shadowcolor>
|
<shadowcolor></shadowcolor>
|
||||||
<label>$INFO[ListItem.Label]</label>
|
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, - ,]</label>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<right>12</right>
|
<right>12</right>
|
||||||
|
@ -122,14 +122,14 @@
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>1-col-indent</posx>
|
<posx>1-col-indent</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>11-col-gutter</width>
|
<width>15-col</width>
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<font>itemTitle</font>
|
<font>itemTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<selectedcolor>textActive</selectedcolor>
|
<selectedcolor>textActive</selectedcolor>
|
||||||
<shadowcolor></shadowcolor>
|
<shadowcolor></shadowcolor>
|
||||||
<label>$INFO[ListItem.Label]</label>
|
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, - ,]</label>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<right>12</right>
|
<right>12</right>
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<orientation>vertical</orientation>
|
<orientation>vertical</orientation>
|
||||||
<itemgap>30</itemgap>
|
<itemgap>32</itemgap>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<width>8-col</width>
|
<width>8-col</width>
|
||||||
<align>left</align>
|
<align>left</align>
|
||||||
|
|
|
@ -77,6 +77,17 @@
|
||||||
<texture>$INFO[ListItem.art(poster)]</texture>
|
<texture>$INFO[ListItem.art(poster)]</texture>
|
||||||
<bordersize>12</bordersize>
|
<bordersize>12</bordersize>
|
||||||
<colordiffuse>BBffffff</colordiffuse>
|
<colordiffuse>BBffffff</colordiffuse>
|
||||||
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<visible>String.StartsWith(ListItem.label,*)</visible>
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>252</width>
|
||||||
|
<height>378</height>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<texture>colors/black.png</texture>
|
||||||
|
<bordersize>12</bordersize>
|
||||||
|
<colordiffuse>overlay</colordiffuse>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<visible>ListItem.IsParentFolder</visible>
|
<visible>ListItem.IsParentFolder</visible>
|
||||||
|
|
Loading…
Reference in New Issue