Reset
This commit is contained in:
@ -495,10 +495,6 @@
|
||||
<value condition="Window.IsActive(Videos) + !String.IsEqual(Playlist.Length(video),0)">ActivateWindow(videoplaylist)</value>
|
||||
<value>ActivateWindow(musicplaylist)</value>
|
||||
</variable>
|
||||
<variable name="DialogSelectImage">
|
||||
<value condition="!String.IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value>
|
||||
<value>$INFO[ListItem.Icon]</value>
|
||||
</variable>
|
||||
<variable name="SelectBack">
|
||||
<value condition="![Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)]">DialogBack.png</value>
|
||||
<value>DialogBack2.png</value>
|
||||
|
@ -174,7 +174,7 @@
|
||||
<top>3</top>
|
||||
<width>80</width>
|
||||
<height>80</height>
|
||||
<texture>$VAR[DialogSelectImage]</texture>
|
||||
<texture>$INFO[Listitem.Icon]</texture>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<bordertexture border="3">black-back2.png</bordertexture>
|
||||
<bordersize>2</bordersize>
|
||||
@ -227,7 +227,7 @@
|
||||
<top>3</top>
|
||||
<width>80</width>
|
||||
<height>80</height>
|
||||
<texture>$VAR[DialogSelectImage]</texture>
|
||||
<texture>$INFO[Listitem.Icon]</texture>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<bordertexture border="3">black-back2.png</bordertexture>
|
||||
<bordersize>2</bordersize>
|
||||
|
Reference in New Issue
Block a user