diff options
Diffstat (limited to 'addons/skin.estuary/xml/Includes.xml')
-rw-r--r-- | addons/skin.estuary/xml/Includes.xml | 44 |
1 files changed, 21 insertions, 23 deletions
diff --git a/addons/skin.estuary/xml/Includes.xml b/addons/skin.estuary/xml/Includes.xml index 65914065fe..b3f7993305 100644 --- a/addons/skin.estuary/xml/Includes.xml +++ b/addons/skin.estuary/xml/Includes.xml @@ -204,7 +204,7 @@ <control type="label"> <left>82</left> <top>3</top> - <width>388</width> + <right>20</right> <height>40</height> <font>font12</font> <aligny>center</aligny> @@ -213,7 +213,7 @@ <control type="label"> <left>82</left> <top>37</top> - <width>388</width> + <right>20</right> <height>30</height> <font>font12</font> <aligny>center</aligny> @@ -225,8 +225,8 @@ <control type="image"> <left>0</left> <top>0</top> - <width>470</width> - <height>80</height> + <right>0</right> + <bottom>0</bottom> <texture colordiffuse="button_focus">lists/focus.png</texture> <visible>Control.HasFocus($PARAM[list_id])</visible> </control> @@ -241,7 +241,7 @@ <control type="label"> <left>82</left> <top>3</top> - <width>388</width> + <right>20</right> <height>40</height> <font>font12</font> <aligny>center</aligny> @@ -250,7 +250,7 @@ <control type="label"> <left>82</left> <top>37</top> - <width>388</width> + <right>20</right> <height>30</height> <font>font12</font> <aligny>center</aligny> @@ -289,13 +289,12 @@ <param name="font">font13</param> <param name="fontcolor">grey</param> <definition> - <itemlayout height="$PARAM[height]"> + <itemlayout width="$PARAM[width]" height="$PARAM[height]"> <control type="label"> - <left>0</left> - <textoffsetx>20</textoffsetx> + <left>20</left> <top>0</top> - <width>$PARAM[width]</width> - <height>$PARAM[height]</height> + <right>20</right> + <bottom>0</bottom> <align>$PARAM[align]</align> <font>$PARAM[font]</font> <aligny>center</aligny> @@ -303,21 +302,20 @@ <label>$INFO[ListItem.Label]</label> </control> </itemlayout> - <focusedlayout height="$PARAM[height]" width="600"> + <focusedlayout width="$PARAM[width]" height="$PARAM[height]"> <control type="image"> <left>0</left> <top>0</top> - <width>$PARAM[width]</width> - <height>$PARAM[height]</height> + <right>0</right> + <bottom>0</bottom> <texture colordiffuse="button_focus">lists/focus.png</texture> <visible>Control.HasFocus($PARAM[list_id])</visible> </control> <control type="label"> - <left>0</left> - <textoffsetx>20</textoffsetx> + <left>20</left> <top>0</top> - <width>$PARAM[width]</width> - <height>$PARAM[height]</height> + <right>20</right> + <bottom>0</bottom> <align>$PARAM[align]</align> <font>$PARAM[font]</font> <aligny>center</aligny> @@ -397,7 +395,7 @@ <height>60</height> <align>center</align> <aligny>center</aligny> - <label>$INFO[ListItem.Duration,, $LOCALIZE[31132]]</label> + <label>$INFO[ListItem.Duration]</label> <font>font_flag</font> </control> <include content="MediaFlag"> @@ -821,7 +819,7 @@ <param name="sublabel">$INFO[Container.SortMethod,$LOCALIZE[31022]: , ∙ ]$INFO[Container.CurrentItem,, / ]$INFO[Container.NumItems]</param> <definition> <control type="group"> - <animation effect="slide" end="0,-90" time="300" tween="sine" easing="inout" condition="$EXP[infodialog_active]">conditional</animation> + <animation effect="slide" end="0,-112" time="300" tween="sine" easing="inout" condition="$EXP[infodialog_active]">conditional</animation> <depth>DepthBars</depth> <animation effect="fade" start="0" end="100" time="300" condition="[Window.Previous(fullscreenvideo) | Window.Previous(startup)] + !Window.IsVisible(1109)">WindowOpen</animation> <control type="image"> @@ -1042,7 +1040,7 @@ <depth>DepthBackground</depth> <include>FullScreenDimensions</include> <aspectratio>scale</aspectratio> - <texture colordiffuse="secondary_background" fallback="special://skin/extras/backgrounds/secondary1.png">$INFO[Skin.String(background_overlay),special://skin/extras/backgrounds/secondary,.png]</texture> + <texture colordiffuse="secondary_background" fallback="special://skin/extras/backgrounds/pattern1.jpg">$INFO[Skin.String(background_overlay),special://skin/extras/backgrounds/pattern,.jpg]</texture> </control> </include> <include name="DefaultBackground"> @@ -1100,7 +1098,7 @@ <param name="info_visible">False</param> <definition> <control type="group"> - <animation effect="slide" end="0,90" time="300" tween="sine" easing="inout" condition="$EXP[infodialog_active]">conditional</animation> + <animation effect="slide" end="0,112" time="300" tween="sine" easing="inout" condition="$EXP[infodialog_active]">conditional</animation> <depth>DepthBars</depth> <animation effect="fade" start="100" end="0" time="300" condition="Window.Next(visualisation) | Window.Next(screencalibration)">WindowClose</animation> <animation effect="fade" start="0" end="100" time="300" condition="Window.Previous(fullscreenvideo) | Window.Previous(startup) | Window.Previous(visualisation)">WindowOpen</animation> @@ -1283,7 +1281,7 @@ <param name="flipx">false</param> <definition> <control type="image"> - <texture flipx="$PARAM[flipx]">lists/panel.png</texture> + <texture flipx="$PARAM[flipx]" colordiffuse="EDFFFFFF">lists/panel.png</texture> <bordertexture border="21">overlays/shadow.png</bordertexture> <bordersize>20</bordersize> <width>$PARAM[width]</width> |