diff options
author | jezz_x <jezz_x@svn> | 2010-05-31 08:58:29 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-05-31 08:58:29 +0000 |
commit | 56d797a3ed632aeeda7dcf250ac852a75cf6ba50 (patch) | |
tree | b778ef9176b548968425a91a966876ef75a4c7c0 /addons | |
parent | 0699d9458ec77ee492f5c4e8dd5d5ed3fbaee448 (diff) |
Fixed: [Confluence] Don't need this file any more
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30709 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/MusicOSDVisSettings.xml | 134 |
1 files changed, 0 insertions, 134 deletions
diff --git a/addons/skin.confluence/720p/MusicOSDVisSettings.xml b/addons/skin.confluence/720p/MusicOSDVisSettings.xml deleted file mode 100644 index 3bab9cba89..0000000000 --- a/addons/skin.confluence/720p/MusicOSDVisSettings.xml +++ /dev/null @@ -1,134 +0,0 @@ -<window id="121">
- <defaultcontrol>5</defaultcontrol>
- <coordinates>
- <system>1</system>
- <posx>240</posx>
- <posy>115</posy>
- </coordinates>
- <include>dialogeffect</include>
- <controls>
- <control type="group">
- <control type="image">
- <description>background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>800</width>
- <height>490</height>
- <colordiffuse>DDFFFFFF</colordiffuse>
- <texture border="40">DialogBack.png</texture>
- </control>
- <control type="image">
- <posx>80</posx>
- <posy>10</posy>
- <width>640</width>
- <height>90</height>
- <aspectratio>stretch</aspectratio>
- <texture>GlassTitleBar.png</texture>
- </control>
- <control type="button">
- <description>Close Window button</description>
- <posx>710</posx>
- <posy>9</posy>
- <width>64</width>
- <height>32</height>
- <label>-</label>
- <font>-</font>
- <onclick>PreviousMenu</onclick>
- <texturefocus>DialogCloseButton-focus.png</texturefocus>
- <texturenofocus>DialogCloseButton.png</texturenofocus>
- <onleft>2</onleft>
- <onright>2</onright>
- <onup>2</onup>
- <ondown>2</ondown>
- <visible>system.getbool(input.enablemouse)</visible>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>18</posy>
- <width>760</width>
- <height>30</height>
- <font>font13_title</font>
- <label>$LOCALIZE[250] - $LOCALIZE[5]</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label" id="3">
- <description>No Settings Label</description>
- <posx>20</posx>
- <posy>180</posy>
- <width>760</width>
- <align>center</align>
- <label>13390</label>
- <font>font13caps</font>
- </control>
- <control type="grouplist" id="5">
- <description>control area</description>
- <posx>40</posx>
- <posy>65</posy>
- <width>720</width>
- <height>395</height>
- <itemgap>-1</itemgap>
- <pagecontrol>60</pagecontrol>
- <onleft>60</onleft>
- <onright>60</onright>
- <onup>5</onup>
- <ondown>5</ondown>
- </control>
- <control type="scrollbar" id="60">
- <posx>760</posx>
- <posy>65</posy>
- <width>25</width>
- <height>390</height>
- <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
- <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
- <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
- <textureslidernib>ScrollBarNib.png</textureslidernib>
- <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
- <onleft>5</onleft>
- <onright>5</onright>
- <ondown>61</ondown>
- <onup>61</onup>
- <showonepage>false</showonepage>
- <orientation>vertical</orientation>
- </control>
- </control>
- <control type="button" id="7">
- <description>Default Button</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>40</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <focusedcolor>white</focusedcolor>
- <texturefocus>MenuItemFO.png</texturefocus>
- <texturenofocus>MenuItemNF.png</texturenofocus>
- </control>
- <control type="radiobutton" id="8">
- <description>Default RadioButton</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>40</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <focusedcolor>white</focusedcolor>
- <texturefocus>MenuItemFO.png</texturefocus>
- <texturenofocus>MenuItemNF.png</texturenofocus>
- </control>
- <control type="spincontrolex" id="9">
- <description>Default SpinControlex</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>40</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <focusedcolor>white</focusedcolor>
- <texturefocus>MenuItemFO.png</texturefocus>
- <texturenofocus>MenuItemNF.png</texturenofocus>
- <aligny>center</aligny>
- <reverse>yes</reverse>
- </control>
- </controls>
-</window>
\ No newline at end of file |