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