diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-11-30 18:06:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-30 18:06:52 +0100 |
commit | 654f1b7b5b641691259f36cac6d1cdc6e16d9d16 (patch) | |
tree | 61abb2c9f2c65358e219b96bf1404c4e574292f9 /addons/skin.estuary/xml/Includes_Home.xml | |
parent | 56ac7b3798915615c12149c86c81cf7261007813 (diff) | |
parent | f157ec35d66e3c9adce2408af61ae7f824701f5e (diff) |
Merge pull request #11014 from phil65/estuary_update17.0b6-Krypton
[estuary] sync
Diffstat (limited to 'addons/skin.estuary/xml/Includes_Home.xml')
-rw-r--r-- | addons/skin.estuary/xml/Includes_Home.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/addons/skin.estuary/xml/Includes_Home.xml b/addons/skin.estuary/xml/Includes_Home.xml index d367203c82..0306b94918 100644 --- a/addons/skin.estuary/xml/Includes_Home.xml +++ b/addons/skin.estuary/xml/Includes_Home.xml @@ -68,7 +68,7 @@ </include> <control type="panel" id="$PARAM[list_id]"> <left>0</left> - <top>120</top> + <top>115</top> <visible>Integer.IsGreater(Container($PARAM[list_id]).NumItems,0) | Container($PARAM[list_id]).IsUpdating</visible> <right>0</right> <height>500</height> @@ -77,7 +77,7 @@ </include> <itemlayout width="310" height="486"> <control type="group"> - <left>70</left> + <left>68</left> <top>10</top> <include content="InfoWallMovieLayout"> <param name="focused" value="false" /> @@ -87,7 +87,7 @@ <focusedlayout width="310" height="486"> <control type="group"> <depth>DepthContentPopout</depth> - <left>70</left> + <left>68</left> <top>10</top> <animation type="Focus"> <effect type="zoom" start="100" end="110" time="200" tween="sine" easing="inout" center="230,130" /> @@ -184,7 +184,7 @@ </include> <control type="panel" id="$PARAM[list_id]"> <left>0</left> - <top>120</top> + <top>105</top> <right>0</right> <height>410</height> <include content="WidgetListCommon"> @@ -295,7 +295,7 @@ </include> <control type="panel" id="$PARAM[list_id]"> <left>0</left> - <top>120</top> + <top>110</top> <right>0</right> <height>290</height> <include content="WidgetListCommon"> |