diff options
author | sarbes <sarbes@kodi.tv> | 2022-06-05 13:07:42 +0200 |
---|---|---|
committer | sarbes <sarbes@kodi.tv> | 2022-06-05 13:07:42 +0200 |
commit | 3e9f655cbd51609a9c6df43aea94aeb403ea272c (patch) | |
tree | 6e22fcc4e2af0e9f48b695f82d798d694c5f3aa7 /addons/skin.estuary/xml/View_51_Poster.xml | |
parent | 0f7a0cbc7a7df661b57784889a9c22e523fe6d83 (diff) |
[skins] Disable infill on Estuary's shadow borders
Diffstat (limited to 'addons/skin.estuary/xml/View_51_Poster.xml')
-rw-r--r-- | addons/skin.estuary/xml/View_51_Poster.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/View_51_Poster.xml b/addons/skin.estuary/xml/View_51_Poster.xml index 0ef9aedafe..62e976fadb 100644 --- a/addons/skin.estuary/xml/View_51_Poster.xml +++ b/addons/skin.estuary/xml/View_51_Poster.xml @@ -131,7 +131,7 @@ <width>516</width> <height>756</height> <texture>colors/black.png</texture> - <bordertexture border="21">overlays/shadow.png</bordertexture> + <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture> <bordersize>20</bordersize> </control> <control type="image"> |