diff options
Diffstat (limited to 'addons/skin.estuary/xml/Home.xml')
-rw-r--r-- | addons/skin.estuary/xml/Home.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/addons/skin.estuary/xml/Home.xml b/addons/skin.estuary/xml/Home.xml index 30757bcfb4..d691b70982 100644 --- a/addons/skin.estuary/xml/Home.xml +++ b/addons/skin.estuary/xml/Home.xml @@ -359,14 +359,14 @@ <include>WidgetGroupListCommon</include> <control type="grouplist" id="12855"> <height>390</height> - <left>25</left> + <left>0</left> + <right>0</right> <top>36</top> <orientation>horizontal</orientation> <visible>PVR.IsRecordingTV | PVR.HasNonRecordingTVTimer</visible> - <align>right</align> - <width>1280</width> + <align>center</align> <control type="group"> - <width>620</width> + <width>680</width> <visible>PVR.IsRecordingTV</visible> <include content="PVRWidget"> <param name="icon" value="$INFO[PVR.TVNowRecordingChannelIcon]" /> @@ -376,8 +376,8 @@ </include> </control> <control type="group"> + <width>680</width> <visible>PVR.HasNonRecordingTVTimer</visible> - <width>620</width> <include content="PVRWidget"> <param name="icon" value="$INFO[PVR.TVNextRecordingChannelIcon]" /> <param name="header" value="$LOCALIZE[19157]" /> @@ -522,8 +522,8 @@ <control type="group"> <depth>DepthContentPopout</depth> <top>130</top> - <animation effect="zoom" start="100" end="105" time="200" tween="sine" easing="inout" center="170,320">Focus</animation> - <animation effect="zoom" start="105" end="100" time="200" tween="sine" easing="inout" center="170,320">UnFocus</animation> + <animation effect="zoom" start="100" end="110" time="200" tween="sine" easing="inout" center="170,320">Focus</animation> + <animation effect="zoom" start="110" end="100" time="200" tween="sine" easing="inout" center="170,320">UnFocus</animation> <include content="InfoWallMusicLayout"> <param name="fallback_image" value="DefaultFavourites.png" /> <param name="focused" value="true" /> |