minor tweaks
This commit is contained in:
parent
48aee35cc3
commit
ebecd5162a
|
@ -104,6 +104,7 @@
|
|||
<colordiffuse>overlay</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>!string.isempty(ListItem.Art(fanart))</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>566</width>
|
||||
|
@ -112,6 +113,17 @@
|
|||
<texture>$INFO[ListItem.Art(fanart)]</texture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>BBffffff</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>string.isempty(ListItem.Art(fanart))</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>566</width>
|
||||
<height>318</height>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<texture>$INFO[ListItem.Art(thumb)]</texture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>BBffffff</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!controlgroup(9000).hasfocus</visible>
|
||||
|
@ -151,15 +163,27 @@
|
|||
<colordiffuse>FF000000</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>566</width>
|
||||
<height>318</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>$INFO[ListItem.Art(fanart)]</texture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
</control>
|
||||
<visible>!string.isempty(ListItem.Art(fanart))</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>566</width>
|
||||
<height>318</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>$INFO[ListItem.Art(fanart)]</texture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>BBffffff</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>string.isempty(ListItem.Art(fanart))</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>566</width>
|
||||
<height>318</height>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<texture>$INFO[ListItem.Art(thumb)]</texture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>BBffffff</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!controlgroup(9000).hasfocus</visible>
|
||||
<posx>12</posx>
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
<colordiffuse>overlay</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>!string.isempty(ListItem.Art(fanart))</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>566</width>
|
||||
|
@ -112,6 +113,17 @@
|
|||
<texture>$INFO[ListItem.Art(fanart)]</texture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>BBffffff</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>string.isempty(ListItem.Art(fanart))</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>566</width>
|
||||
<height>318</height>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<texture>$INFO[ListItem.Art(thumb)]</texture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>BBffffff</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!controlgroup(9000).hasfocus</visible>
|
||||
|
@ -151,15 +163,27 @@
|
|||
<colordiffuse>FF000000</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>566</width>
|
||||
<height>318</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>$INFO[ListItem.Art(fanart)]</texture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
</control>
|
||||
<visible>!string.isempty(ListItem.Art(fanart))</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>566</width>
|
||||
<height>318</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>$INFO[ListItem.Art(fanart)]</texture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>BBffffff</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>string.isempty(ListItem.Art(fanart))</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>566</width>
|
||||
<height>318</height>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<texture>$INFO[ListItem.Art(thumb)]</texture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>BBffffff</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!controlgroup(9000).hasfocus</visible>
|
||||
<posx>12</posx>
|
||||
|
|
Loading…
Reference in New Issue