diff options
Diffstat (limited to 'addons/skin.confluence/720p/SettingsSystemInfo.xml')
-rw-r--r-- | addons/skin.confluence/720p/SettingsSystemInfo.xml | 52 |
1 files changed, 12 insertions, 40 deletions
diff --git a/addons/skin.confluence/720p/SettingsSystemInfo.xml b/addons/skin.confluence/720p/SettingsSystemInfo.xml index 45ee872c6a..c176f9670e 100644 --- a/addons/skin.confluence/720p/SettingsSystemInfo.xml +++ b/addons/skin.confluence/720p/SettingsSystemInfo.xml @@ -3,7 +3,6 @@ <allowoverlay>no</allowoverlay> <controls> <include>CommonBackground</include> - <include>CommonMediaPlayingBackground</include> <control type="image"> <posx>0</posx> <posy>100r</posy> @@ -163,23 +162,19 @@ <aspectratio>stretch</aspectratio> <texture>GlassTitleBar.png</texture> </control> - <control type="label"> + <control type="label" id="40"> <description>header label</description> <posx>300</posx> <posy>20</posy> <width>740</width> <height>30</height> - <font>font24_title</font> - <label>$LOCALIZE[130] - $INFO[Control.GetLabel(40)]</label> + <font>font16</font> + <label>-</label> <align>left</align> <aligny>center</aligny> <textcolor>white</textcolor> <shadowcolor>black</shadowcolor> </control> - <control type="label" id="40"> - <description>Hiddenlabel to pass to above</description> - <visible>false</visible> - </control> <control type="group"> <posx>290</posx> <posy>100</posy> @@ -319,43 +314,20 @@ </control> </control> <include>CommonNowPlaying</include> - <control type="group"> - <posx>60</posx> - <posy>0</posy> - <animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out">WindowClose</animation> - <animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> - <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>250</width> - <height>35</height> - <texture border="0,0,32,0">header.png</texture> - </control> - <control type="label"> - <include>WindowTitleCommons</include> - <posx>220</posx> - <label>$LOCALIZE[130]</label> - </control> - </control> - <control type="group"> - <posx>60</posx> - <posy>0</posy> - <animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out" condition="Window.Next(Home) | Window.Next(1111) | Window.Next(AddonBrowser)">WindowClose</animation> - <animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out" condition="Window.Previous(Home) | Window.Previous(1111) | Window.Previous(AddonBrowser)">WindowOpen</animation> - <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>250</width> - <height>35</height> - <texture border="0,0,32,0">header.png</texture> - </control> + <include>WindowTitleHomeButton</include> + <control type="grouplist"> + <posx>65</posx> + <posy>5</posy> + <width>1000</width> + <height>30</height> + <orientation>horizontal</orientation> + <align>left</align> + <itemgap>5</itemgap> <control type="label"> <include>WindowTitleCommons</include> - <posx>220</posx> <label>$LOCALIZE[130]</label> </control> </control> - <include>WindowTitleHomeButton</include> <include>Clock</include> </controls> </window> |