Music list view show icon fix
This commit is contained in:
parent
57618ab92f
commit
238dd6ed83
@ -58,7 +58,7 @@
|
||||
<control type="group">
|
||||
<include>Window_OpenClose_Left_Panel_Animation</include>
|
||||
<include>CommonNowPlaying</include>
|
||||
<control type="group" id="9000">
|
||||
<control type="grouplist" id="9000">
|
||||
<posx>0</posx>
|
||||
<posy>130</posy>
|
||||
<animation effect="slide" start="0,0" end="-275,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
|
||||
@ -96,27 +96,12 @@
|
||||
</control>
|
||||
<control type="togglebutton" id="4">
|
||||
<description>Sort asc</description>
|
||||
<posx>250</posx>
|
||||
<posy>58</posy>
|
||||
<label>-</label>
|
||||
<onleft>3</onleft>
|
||||
<onright>50</onright>
|
||||
<onup>2</onup>
|
||||
<ondown>99</ondown>
|
||||
</control>
|
||||
<control type="radiobutton" id="99">
|
||||
<description>Library button</description>
|
||||
<posx>0</posx>
|
||||
<posy>90</posy>
|
||||
<label>$LOCALIZE[29800]</label>
|
||||
<onclick>ReplaceWindow(MusicFiles)</onclick>
|
||||
<selected>Window.IsVisible(MusicLibrary)</selected>
|
||||
<include>ButtonCommonValues</include>
|
||||
<onleft>50</onleft>
|
||||
<label>31062</label>
|
||||
<altlabel>31061</altlabel>
|
||||
<onright>50</onright>
|
||||
<onup>3</onup>
|
||||
<ondown>8</ondown>
|
||||
</control>
|
||||
</control>
|
||||
<control type="edit" id="8">
|
||||
<description>Search</description>
|
||||
<posx>0</posx>
|
||||
|
@ -250,6 +250,16 @@
|
||||
<fadetime>IconCrossfadeTime</fadetime>
|
||||
<texture background="true">$VAR[PosterThumb]</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>Container.Content(Artists) | Container.Content(Albums)</visible>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>400</width>
|
||||
<height>510</height>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<fadetime>IconCrossfadeTime</fadetime>
|
||||
<texture background="true">$INFO[ListItem.Icon]</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>340</posx>
|
||||
<posy>450</posy>
|
||||
|
Loading…
x
Reference in New Issue
Block a user