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_54_InfoWall.xml | |
parent | 0f7a0cbc7a7df661b57784889a9c22e523fe6d83 (diff) |
[skins] Disable infill on Estuary's shadow borders
Diffstat (limited to 'addons/skin.estuary/xml/View_54_InfoWall.xml')
-rw-r--r-- | addons/skin.estuary/xml/View_54_InfoWall.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/addons/skin.estuary/xml/View_54_InfoWall.xml b/addons/skin.estuary/xml/View_54_InfoWall.xml index 3bb479cca0..f014a5c6d9 100644 --- a/addons/skin.estuary/xml/View_54_InfoWall.xml +++ b/addons/skin.estuary/xml/View_54_InfoWall.xml @@ -8,7 +8,7 @@ <width>376</width> <height>380</height> <texture>dialogs/dialog-bg-nobo.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"> @@ -17,7 +17,7 @@ <width>384</width> <height>388</height> <texture colordiffuse="button_focus">colors/grey.png</texture> - <bordertexture border="21">overlays/shadow.png</bordertexture> + <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture> <bordersize>20</bordersize> <visible>$PARAM[focused]</visible> <include condition="$PARAM[focused]">Animation_FocusTextureFade</include> @@ -55,7 +55,7 @@ <width>316</width> <height>386</height> <texture>dialogs/dialog-bg-nobo.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"> @@ -64,7 +64,7 @@ <width>324</width> <height>394</height> <texture colordiffuse="button_focus">colors/grey.png</texture> - <bordertexture border="21">overlays/shadow.png</bordertexture> + <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture> <bordersize>20</bordersize> <visible>$PARAM[focused]</visible> <include condition="$PARAM[focused]">Animation_FocusTextureFade</include> @@ -131,7 +131,7 @@ <width>316</width> <height>288</height> <texture>dialogs/dialog-bg-nobo.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"> @@ -140,7 +140,7 @@ <width>324</width> <height>296</height> <texture colordiffuse="button_focus">colors/grey.png</texture> - <bordertexture border="21">overlays/shadow.png</bordertexture> + <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture> <bordersize>20</bordersize> <visible>$PARAM[focused]</visible> <include condition="$PARAM[focused]">Animation_FocusTextureFade</include> @@ -240,7 +240,7 @@ <width>290</width> <height>400</height> <texture>dialogs/dialog-bg-nobo.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"> @@ -283,7 +283,7 @@ <width>298</width> <height>408</height> <texture colordiffuse="button_focus">colors/grey.png</texture> - <bordertexture border="21">overlays/shadow.png</bordertexture> + <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture> <bordersize>20</bordersize> <visible>$PARAM[focused]</visible> <include condition="$PARAM[focused]">Animation_FocusTextureFade</include> @@ -295,7 +295,7 @@ <height>400</height> <texture background="true">$INFO[ListItem.Art(poster)]</texture> <aspectratio>scale</aspectratio> - <bordertexture border="21">overlays/shadow.png</bordertexture> + <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture> <bordersize>20</bordersize> </control> <control type="image"> |