diff options
author | Jezz_X <jezzx2@gmail.com> | 2011-04-10 19:40:14 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2011-04-10 19:40:14 +1000 |
commit | 9128b334f8ec4253e13642440d0e76656ddb09e4 (patch) | |
tree | c75a854c55cad424df44f23f5e0cd461e94e1ec5 /addons/skin.confluence/720p/Settings.xml | |
parent | 381a53c8987d38fa0a94f461589acfca47f08b1c (diff) |
Changed: [Confluence] More standard window design layout
Diffstat (limited to 'addons/skin.confluence/720p/Settings.xml')
-rw-r--r-- | addons/skin.confluence/720p/Settings.xml | 46 |
1 files changed, 40 insertions, 6 deletions
diff --git a/addons/skin.confluence/720p/Settings.xml b/addons/skin.confluence/720p/Settings.xml index a1982a1bbc..f999da68a1 100644 --- a/addons/skin.confluence/720p/Settings.xml +++ b/addons/skin.confluence/720p/Settings.xml @@ -4,9 +4,18 @@ <controls> <include>CommonSettingsBackground</include> <include>CommonMediaPlayingBackground</include> + <control type="image"> + <posx>0</posx> + <posy>100r</posy> + <width>1280</width> + <height>100</height> + <texture>floor.png</texture> + <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation> + <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation> + </control> <control type="group"> <posx>90</posx> - <posy>50</posy> + <posy>30</posy> <animation type="WindowOpen" reversible="false"> <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" /> <effect type="fade" start="0" end="100" time="300" /> @@ -16,11 +25,35 @@ <effect type="fade" start="100" end="0" time="300" /> </animation> <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>1100</width> - <height>640</height> - <texture border="20">DialogBack.png</texture> + <posx>5</posx> + <posy>5</posy> + <width>1090</width> + <height>630</height> + <texture border="15">ContentPanel.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>625</posy> + <width>1090</width> + <height>64</height> + <texture border="15">ContentPanelMirror.png</texture> + </control> + <control type="button"> + <description>Close Window button</description> + <posx>980</posx> + <posy>11</posy> + <width>64</width> + <height>32</height> + <label>-</label> + <font>-</font> + <onclick>PreviousMenu</onclick> + <texturefocus>DialogCloseButton-focus.png</texturefocus> + <texturenofocus>DialogCloseButton.png</texturenofocus> + <onleft>1</onleft> + <onright>1</onright> + <onup>1</onup> + <ondown>1</ondown> + <visible>system.getbool(input.enablemouse)</visible> </control> <control type="image"> <description>LOGO</description> @@ -212,6 +245,7 @@ <shadowcolor>black</shadowcolor> </control> </control> + <include>CommonNowPlaying</include> <include>BehindDialogFadeOut</include> <control type="group"> <posx>60</posx> |