diff options
author | jezz_x <jezz_x@svn> | 2010-10-09 02:40:49 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-10-09 02:40:49 +0000 |
commit | 10a13ff58103e59a77d5019b0d8a64be1cbb3c73 (patch) | |
tree | e997614868cd2d11a826815009adfd26f6d3bde8 /addons/skin.confluence/720p/custom_SkinSetting_1111.xml | |
parent | 0f0ade81c26d2e4f75684af44ebabb4888c54e02 (diff) |
Changed: [Confluence] merged in the horizontal home menu mod I did. If I did it right no one should notice any difference unless they enable it in 'skin settings \ Home Window Options' (fingers crossed)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34584 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.confluence/720p/custom_SkinSetting_1111.xml')
-rw-r--r-- | addons/skin.confluence/720p/custom_SkinSetting_1111.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml index 713212630a..3661507e44 100644 --- a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml +++ b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml @@ -386,6 +386,19 @@ <align>left</align>
<aligny>center</aligny>
</control>
+ <control type="radiobutton" id="220">
+ <description>use Horizontal Home Button</description>
+ <width>750</width>
+ <height>40</height>
+ <font>font13</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <label>$LOCALIZE[31131]</label>
+ <onclick>Skin.ToggleSetting(UseHorizontalHome)</onclick>
+ <selected>Skin.HasSetting(UseHorizontalHome)</selected>
+ <texturefocus>MenuItemFO.png</texturefocus>
+ <texturenofocus>MenuItemNF.png</texturenofocus>
+ </control>
<control type="radiobutton" id="202">
<description>enable video info</description>
<width>750</width>
|