This commit is contained in:
netpok 2022-04-20 06:50:20 +00:00 committed by GitHub
commit 6907fdf55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -217,7 +217,7 @@
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Art(thumb)]</texture>
<texture background="true">$VAR[PosterThumb]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
</control>
@ -263,7 +263,7 @@
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Art(thumb)]</texture>
<texture background="true">$VAR[PosterThumb]</texture>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<visible>Control.HasFocus(8001)</visible>
@ -274,7 +274,7 @@
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<texture>$VAR[PosterThumb]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<visible>!Control.HasFocus(8001)</visible>