Skip to content

Commit

Permalink
Made cdart image stretched.
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda81 committed Apr 9, 2012
1 parent bc1dfd1 commit d3d8cfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 720p/PlayerControls.xml
Expand Up @@ -168,7 +168,7 @@
<height>170</height>
<bordertexture>icons/cdart/cdart-mask.png</bordertexture>
<texture diffuse="icons/cdart/cdart-mask.png">icons/cdart/cdart.png</texture>
<aspectratio align="bottom">keep</aspectratio>
<aspectratio align="bottom">stretch</aspectratio>
<include>CdArtImageRotateAnim</include>
<visible>IsEmpty(MusicPlayer.Cover)</visible>
</control>
Expand All @@ -181,7 +181,7 @@
<height>170</height>
<bordertexture>icons/cdart/cdart-mask.png</bordertexture>
<texture fallback="icons/cdart/cdart.png" diffuse="icons/cdart/cdart-mask.png">$INFO[MusicPlayer.Cover]</texture>
<aspectratio align="bottom">keep</aspectratio>
<aspectratio align="bottom">stretch</aspectratio>
<include>CdArtImageRotateAnim</include>
</control>
</control>
Expand Down
4 changes: 2 additions & 2 deletions 720p/includes_Home.xml
Expand Up @@ -3081,7 +3081,7 @@
<height>114</height>
<bordertexture>icons/cdart/cdart-mask.png</bordertexture>
<texture diffuse="icons/cdart/cdart-mask.png">icons/cdart/cdart.png</texture>
<aspectratio align="bottom">keep</aspectratio>
<aspectratio align="bottom">stretch</aspectratio>
<include>CdArtImageRotateAnim</include>
<visible>IsEmpty(MusicPlayer.Cover)</visible>
</control>
Expand All @@ -3094,7 +3094,7 @@
<height>114</height>
<bordertexture>icons/cdart/cdart-mask.png</bordertexture>
<texture fallback="icons/cdart/cdart.png" diffuse="icons/cdart/cdart-mask.png">$INFO[MusicPlayer.Cover]</texture>
<aspectratio align="bottom">keep</aspectratio>
<aspectratio align="bottom">stretch</aspectratio>
<include>CdArtImageRotateAnim</include>
</control>
</control>
Expand Down

0 comments on commit d3d8cfc

Please sign in to comment.