2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
|
|
|
<defaultcontrol always="true">8000</defaultcontrol>
|
|
|
|
<allowoverlay>yes</allowoverlay>
|
|
|
|
<controls>
|
|
|
|
<!--background-->
|
|
|
|
<include>globalBackground</include>
|
2015-03-30 21:32:00 +02:00
|
|
|
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="group">
|
|
|
|
<posx>col-3-begin</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>row-4-begin</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--animations-->
|
|
|
|
<include>modalDialogInOutVertical</include>
|
|
|
|
<control type="image">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>20-col</width>
|
|
|
|
<height>2-row</height>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texture>colors/white.png</texture>
|
2015-04-12 22:22:47 +02:00
|
|
|
<colordiffuse>highlight</colordiffuse>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
2015-03-30 21:32:00 +02:00
|
|
|
<!--title-->
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="label">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>24</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>20-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
2015-03-27 21:31:13 +01:00
|
|
|
<font>dialogTitle</font>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$LOCALIZE[20077]</label>
|
2015-03-30 21:32:00 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<shadowcolor>-</shadowcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2015-03-30 21:32:00 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>2-row</posy>
|
|
|
|
<width>20-col</width>
|
|
|
|
<height>20-row</height>
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<colordiffuse>overlay</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<!--sub menu-->
|
|
|
|
<control type="group">
|
|
|
|
<posx>0</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>2-row</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<!-- Category buttons -->
|
|
|
|
<control type="list" id="8000">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2015-03-30 21:32:00 +02:00
|
|
|
<width>4-col</width>
|
|
|
|
<height>19-row</height>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onright>200</onright>
|
|
|
|
<pagecontrol>-</pagecontrol>
|
2015-03-30 21:32:00 +02:00
|
|
|
<itemlayout height="2-row" width="4-col">
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="label">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>24</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>2</posy>
|
|
|
|
<width>4-col-gutter</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2015-04-12 22:22:47 +02:00
|
|
|
<font>buttonTitle</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
2015-03-30 21:32:00 +02:00
|
|
|
<focusedlayout height="2-row" width="4-col">
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="image">
|
|
|
|
<visible>!control.hasfocus(8000)</visible>
|
|
|
|
<posx>0</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy></posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>4-col</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>2-row</height>
|
2015-03-27 21:31:13 +01:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/white.png</texture>
|
|
|
|
<colordiffuse>77FFFFFF</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<visible>control.hasfocus(8000)</visible>
|
|
|
|
<posx>0</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>0</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>4-col</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>2-row</height>
|
2015-03-27 21:31:13 +01:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/white.png</texture>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>24</posx>
|
|
|
|
<posy>0</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>4-col-gutter</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2015-04-12 22:22:47 +02:00
|
|
|
<font>buttonTitle</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
<content>
|
|
|
|
<item id="1">
|
|
|
|
<label>$LOCALIZE[128]</label>
|
|
|
|
<onclick>noop</onclick>
|
|
|
|
</item>
|
|
|
|
<item id="2">
|
|
|
|
<label>$LOCALIZE[31162]</label>
|
|
|
|
<onclick>noop</onclick>
|
|
|
|
</item>
|
|
|
|
<item id="3">
|
|
|
|
<label>$LOCALIZE[14092]</label>
|
|
|
|
<onclick>noop</onclick>
|
|
|
|
</item>
|
|
|
|
</content>
|
|
|
|
</control>
|
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--options-->
|
2015-03-30 21:32:00 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>4-col</posx>
|
|
|
|
<posy>2-row</posy>
|
|
|
|
<width>16-col</width>
|
|
|
|
<height>20-row</height>
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<colordiffuse>overlay</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="grouplist" id="200">
|
|
|
|
<posx>4-col</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>2-row</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>16-col</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>20-row</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onleft>8000</onleft>
|
2015-03-30 21:32:00 +02:00
|
|
|
<itemgap>0</itemgap>
|
2014-09-28 20:47:53 +02:00
|
|
|
<orientation>vertical</orientation>
|
|
|
|
<control type="button" id="1">
|
2015-03-27 21:31:13 +01:00
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
2015-04-06 21:57:56 +02:00
|
|
|
<description>Home background image</description>
|
2015-03-30 21:32:00 +02:00
|
|
|
<width>15-col-textbox</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>31084</label>
|
2015-04-06 21:57:56 +02:00
|
|
|
<label2>$INFO[Skin.String(homeBackground)]</label2>
|
|
|
|
<onclick>Skin.SetFile(homeBackground,.png|.jpg|.gif,special://skin/extras/backgrounds/)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textwidth>8-col</textwidth>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onright>501</onright>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="button" id="2">
|
2015-03-27 21:31:13 +01:00
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Set video fanart</description>
|
2015-03-30 21:32:00 +02:00
|
|
|
<width>15-col-textbox</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>left</align>
|
|
|
|
<label>31026</label>
|
|
|
|
<label2>$INFO[Skin.String(videoFanartLocation)]</label2>
|
|
|
|
<onclick>Skin.SetPath(videoFanartLocation)</onclick>
|
|
|
|
<textwidth>8-col</textwidth>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onright>502</onright>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="button" id="3">
|
2015-03-27 21:31:13 +01:00
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Set music fanart</description>
|
2015-03-30 21:32:00 +02:00
|
|
|
<width>15-col-textbox</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>31030</label>
|
|
|
|
<label2>$INFO[Skin.String(musicFanartLocation)]</label2>
|
|
|
|
<onclick>Skin.SetPath(musicFanartLocation)</onclick>
|
|
|
|
<textwidth>8-col</textwidth>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onright>503</onright>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="button" id="4">
|
2015-03-27 21:31:13 +01:00
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Set game fanart</description>
|
2015-03-30 21:32:00 +02:00
|
|
|
<width>15-col-textbox</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>31028</label>
|
|
|
|
<label2>$INFO[Skin.String(gameFanartLocation)]</label2>
|
|
|
|
<onclick>Skin.SetPath(gameFanartLocation)</onclick>
|
|
|
|
<textwidth>8-col</textwidth>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onright>504</onright>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="radiobutton" id="5">
|
2015-03-27 21:31:13 +01:00
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Override global background with fanart slides</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31087</label>
|
|
|
|
<onclick>Skin.ToggleSetting(useGlobalFanartBackground)</onclick>
|
|
|
|
<selected>Skin.HasSetting(useGlobalFanartBackground)</selected>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="radiobutton" id="6">
|
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Stop video on return to menu</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31143</label>
|
|
|
|
<onclick>Skin.ToggleSetting(stopVideoOnMenu)</onclick>
|
|
|
|
<selected>Skin.HasSetting(stopVideoOnMenu)</selected>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="radiobutton" id="7">
|
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Reverse power down options</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31142</label>
|
|
|
|
<onclick>Skin.ToggleSetting(exitFirst)</onclick>
|
|
|
|
<selected>Skin.HasSetting(exitFirst)</selected>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="radiobutton" id="8">
|
|
|
|
<visible>Container(8000).Hasfocus(2)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Hide Video</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31147</label>
|
|
|
|
<onclick>Skin.ToggleSetting(hideVideo)</onclick>
|
|
|
|
<selected>Skin.HasSetting(hideVideo)</selected>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="radiobutton" id="9">
|
|
|
|
<visible>Container(8000).Hasfocus(2)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Hide Music</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31148</label>
|
|
|
|
<onclick>Skin.ToggleSetting(hideMusic)</onclick>
|
|
|
|
<selected>Skin.HasSetting(hideMusic)</selected>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="radiobutton" id="10">
|
|
|
|
<visible>Container(8000).Hasfocus(2)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Hide Pictures</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31149</label>
|
|
|
|
<onclick>Skin.ToggleSetting(hidePictures)</onclick>
|
|
|
|
<selected>Skin.HasSetting(hidePictures)</selected>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="radiobutton" id="11">
|
|
|
|
<visible>Container(8000).Hasfocus(2)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Hide Games</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31157</label>
|
|
|
|
<onclick>Skin.ToggleSetting(hideGames)</onclick>
|
|
|
|
<selected>Skin.HasSetting(hideGames)</selected>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="radiobutton" id="12">
|
|
|
|
<visible>Container(8000).Hasfocus(2)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Hide Search</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31150</label>
|
|
|
|
<onclick>Skin.ToggleSetting(hideSearch)</onclick>
|
|
|
|
<selected>Skin.HasSetting(hideSearch)</selected>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="radiobutton" id="13">
|
|
|
|
<visible>Container(8000).Hasfocus(2)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Hide Programs</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31151</label>
|
|
|
|
<onclick>Skin.ToggleSetting(hidePrograms)</onclick>
|
|
|
|
<selected>Skin.HasSetting(hidePrograms)</selected>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="radiobutton" id="14">
|
|
|
|
<visible>Container(8000).Hasfocus(2)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Hide Favourites</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31160</label>
|
|
|
|
<onclick>Skin.ToggleSetting(hideFavourites)</onclick>
|
|
|
|
<selected>Skin.HasSetting(hideFavourites)</selected>
|
|
|
|
</control>
|
|
|
|
<control type="radiobutton" id="15">
|
2015-03-27 21:31:13 +01:00
|
|
|
<visible>Container(8000).Hasfocus(3)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Enable Debug Grid</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31034</label>
|
|
|
|
<onclick>Skin.ToggleSetting(DebugGrid)</onclick>
|
|
|
|
<selected>Skin.HasSetting(DebugGrid)</selected>
|
|
|
|
</control>
|
|
|
|
<control type="radiobutton" id="16">
|
2015-03-27 21:31:13 +01:00
|
|
|
<visible>Container(8000).Hasfocus(3)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Disable Debug Info</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31035</label>
|
|
|
|
<onclick>Skin.ToggleSetting(DebugInfo)</onclick>
|
|
|
|
<selected>Skin.HasSetting(DebugInfo)</selected>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="radiobutton" id="17">
|
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
|
|
|
<description>Disable Fanart animations and scrolling (low power mode)</description>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>16-col</width>
|
|
|
|
<label>31163</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onclick>Skin.ToggleSetting(lowPowerMode)</onclick>
|
|
|
|
<onclick>ReloadSkin()</onclick>
|
|
|
|
<selected>Skin.HasSetting(lowPowerMode)</selected>
|
|
|
|
</control>
|
|
|
|
<control type="radiobutton" id="18">
|
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
|
|
|
<description>Disable backgrounds on fullscreen music view</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31169</label>
|
|
|
|
<onclick>Skin.ToggleSetting(disableFullscreenMusicBackground)</onclick>
|
|
|
|
<selected>Skin.HasSetting(disableFullscreenMusicBackground)</selected>
|
|
|
|
</control>
|
|
|
|
<control type="radiobutton" id="19">
|
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
|
|
|
<description>Autostart music visualisation on playback</description>
|
|
|
|
<width>16-col</width>
|
|
|
|
<label>31171</label>
|
|
|
|
<onclick>Skin.ToggleSetting(startVisualiserOnPlayback)</onclick>
|
|
|
|
<selected>Skin.HasSetting(startVisualiserOnPlayback)</selected>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<!--reset buttons-->
|
|
|
|
<control type="group">
|
|
|
|
<posx>19-col</posx>
|
|
|
|
<control type="button" id="501">
|
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>2-row</posy>
|
|
|
|
<height>2-row</height>
|
|
|
|
<width>1-col</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>symbol</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<focusedcolor>black</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texturefocus>colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label></label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onleft>1</onleft>
|
|
|
|
<ondown>502</ondown>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>Skin.Reset(globalBackground)</onclick>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="502">
|
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>4-row</posy>
|
|
|
|
<height>2-row</height>
|
|
|
|
<width>1-col</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>symbol</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<focusedcolor>black</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texturefocus>colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label></label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onleft>2</onleft>
|
|
|
|
<ondown>503</ondown>
|
|
|
|
<onup>501</onup>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>Skin.Reset(videoFanartLocation)</onclick>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="503">
|
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>6-row</posy>
|
|
|
|
<height>2-row</height>
|
|
|
|
<width>1-col</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>symbol</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<focusedcolor>black</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texturefocus>colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label></label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onleft>3</onleft>
|
|
|
|
<ondown>504</ondown>
|
|
|
|
<onup>502</onup>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>Skin.Reset(musicFanartLocation)</onclick>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="504">
|
|
|
|
<visible>Container(8000).Hasfocus(1)</visible>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>8-row</posy>
|
|
|
|
<height>2-row</height>
|
|
|
|
<width>1-col</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>symbol</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<focusedcolor>black</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texturefocus>colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label></label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onleft>4</onleft>
|
|
|
|
<onup>503</onup>
|
|
|
|
<ondown>5</ondown>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>Skin.Reset(gameFanartLocation)</onclick>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>DialogID</include>
|
2015-03-27 21:31:13 +01:00
|
|
|
<label>SkinSettings.xml</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|