minor tweaks

This commit is contained in:
theDeadMan 2019-08-14 22:24:46 +01:00
parent c345efcbf0
commit 3c7f624a2b
3 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

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