diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-05-30 08:27:49 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-05-30 08:27:49 +0000 |
commit | 53733a7be8da7a3bbd25d284b00cafaa9bc0e6f8 (patch) | |
tree | 076af4ab1760e41c0f40bf837a32cf1f86fc03e6 /addons/skin.confluence | |
parent | ea1b415bf2f30aace0e5a18343b1d58b485f4d05 (diff) |
added: AddonSettings - "slider" type which takes a float range="min,inc,max", thanks to Nuka1195
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30684 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/DialogAddonSettings.xml | 43 |
1 files changed, 26 insertions, 17 deletions
diff --git a/addons/skin.confluence/720p/DialogAddonSettings.xml b/addons/skin.confluence/720p/DialogAddonSettings.xml index 41888905bb..7bf9890deb 100644 --- a/addons/skin.confluence/720p/DialogAddonSettings.xml +++ b/addons/skin.confluence/720p/DialogAddonSettings.xml @@ -59,7 +59,7 @@ <posy>80</posy>
<width>730</width>
<height>420</height>
- <itemgap>-1</itemgap> + <itemgap>-1</itemgap>
<pagecontrol>30</pagecontrol>
<onup>2</onup>
<ondown>2</ondown>
@@ -108,21 +108,30 @@ <description>Default Seperator</description>
<height>2</height>
<texture>separator2.png</texture>
- </control> - <control type="scrollbar" id="30"> - <posx>760</posx> - <posy>80</posy> - <width>25</width> - <height>430</height> - <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground> - <texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar> - <texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus> - <textureslidernib>ScrollBarNib.png</textureslidernib> - <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus> - <onleft>2</onleft> - <onright>10</onright> - <showonepage>false</showonepage> - <orientation>vertical</orientation> + </control>
+ <control type="sliderex" id="8">
+ <description>Default Slider</description>
+ <height>40</height>
+ <font>font13</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="0,2,0,2">MenuItemFO.png</texturefocus>
+ <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
+ </control>
+ <control type="scrollbar" id="30">
+ <posx>760</posx>
+ <posy>80</posy>
+ <width>25</width>
+ <height>430</height>
+ <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>ScrollBarNib.png</textureslidernib>
+ <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
+ <onleft>2</onleft>
+ <onright>10</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
</control>
<control type="group" id="9001">
<posy>540</posy>
@@ -177,6 +186,6 @@ <onup>2</onup>
<ondown>2</ondown>
</control>
- </control> + </control>
</controls>
</window>
|