Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Remove *stretch* from Icon Wall view. Looks odd in Advanced Emulator …
Browse files Browse the repository at this point in the history
…Launcher (#167)

* Remove Icon Wall view. Looks odd in Advanced Emulator Launcher?

* remove stretch from Icon Wall view for Advanced Emulator Launcher
  • Loading branch information
mechevarria authored Jan 29, 2020
1 parent c8d6f45 commit 40443f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1080i/Includes_View_51_Wall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<param name="labelinclude" default="View_512_Wall_Label" />
<param name="aspectratio" default="scale" />
<param name="diffuse" default="diffuse/poster-wall.png" /> <!-- FIX ME -->
<param name="stretchsides" default="Control.IsVisible(512) + !Window.IsVisible(home)" />
<param name="stretchsides" default="Control.IsVisible(512) + !Window.IsVisible(home) + !$EXP[Exp_IsPluginAdvancedLauncher]" />
<definition>
<control type="group">
<right>10</right>
Expand Down

0 comments on commit 40443f9

Please sign in to comment.