diff options
author | Kevin Goffe <HitcherUK@gmail.com> | 2018-11-05 17:25:13 +0000 |
---|---|---|
committer | Kevin Goffe <HitcherUK@gmail.com> | 2018-11-05 17:25:13 +0000 |
commit | 3c1054bcbaa051d10eac92edecd83682184fea38 (patch) | |
tree | 2990517342de7ef5fd5aea0d4ff4c4aa12130909 /addons/skin.estuary/xml/View_54_InfoWall.xml | |
parent | d4ff750e90fa14a9b81718a2471d41f3e011c68c (diff) |
[skin.estuary] Fix visibilty of overlay icons for wall views
Change the background texture used in wall views to make the overlays more visible
Diffstat (limited to 'addons/skin.estuary/xml/View_54_InfoWall.xml')
-rw-r--r-- | addons/skin.estuary/xml/View_54_InfoWall.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.estuary/xml/View_54_InfoWall.xml b/addons/skin.estuary/xml/View_54_InfoWall.xml index c225baf064..ea88f174d2 100644 --- a/addons/skin.estuary/xml/View_54_InfoWall.xml +++ b/addons/skin.estuary/xml/View_54_InfoWall.xml @@ -155,11 +155,11 @@ <bordersize>20</bordersize> </control> <control type="image"> - <left>136</left> + <left>20</left> <top>138</top> - <width>160</width> + <width>276</width> <height>70</height> - <texture flipx="true">overlays/overlay-bg.png</texture> + <texture>overlays/overlayfade.png</texture> <visible>!ListItem.IsParentFolder</visible> </control> <control type="label"> |