diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-01-06 11:24:40 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-01-06 11:24:40 +0100 |
commit | a4e90f0b4b337bae44a3a2ab0ebd2ba950d54a25 (patch) | |
tree | 278080881a9032432eb8ecde60fe27e05b7deac9 /addons/skin.confluence/720p/DialogSlider.xml | |
parent | 693aedae48457a537dbfae6081590806e326a346 (diff) |
dos -> unix
Diffstat (limited to 'addons/skin.confluence/720p/DialogSlider.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogSlider.xml | 116 |
1 files changed, 58 insertions, 58 deletions
diff --git a/addons/skin.confluence/720p/DialogSlider.xml b/addons/skin.confluence/720p/DialogSlider.xml index fc0833a243..7d4528d88d 100644 --- a/addons/skin.confluence/720p/DialogSlider.xml +++ b/addons/skin.confluence/720p/DialogSlider.xml @@ -1,58 +1,58 @@ -<window id="145">
- <defaultcontrol>11</defaultcontrol>
- <animation effect="slide" start="0,-80" end="0,0" time="100">WindowOpen</animation>
- <animation effect="slide" start="0,0" end="0,-80" time="100">WindowClose</animation>
- <coordinates>
- <system>1</system>
- <posx>405</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>-10</posy>
- <width>460</width>
- <height>80</height>
- <texture flipy="true" border="20,2,20,20">InfoMessagePanel.png</texture>
- </control>
- <control type="label" id="10">
- <description>Dialog header</description>
- <posx>20</posx>
- <posy>10</posy>
- <width>230</width>
- <height>20</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font12_title</font>
- <textcolor>blue</textcolor>
- </control>
- <control type="label" id="12">
- <description>Slider Value</description>
- <posx>440</posx>
- <posy>10</posy>
- <width>220</width>
- <height>20</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font12_title</font>
- <textcolor>white</textcolor>
- </control>
- <control type="slider" id="11">
- <description>Slider</description>
- <posx>20</posx>
- <posy>35</posy>
- <width>420</width>
- <height>20</height>
- <aligny>center</aligny>
- <texturefocus>-</texturefocus>
- <texturenofocus>-</texturenofocus>
- <texturesliderbar>osd_slider_bg_2.png</texturesliderbar>
- <textureslidernib>osd_slider_nibNF.png</textureslidernib>
- <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
- <onup>11</onup>
- <ondown>11</ondown>
- <onleft>11</onleft>
- <onright>11</onright>
- </control>
- </controls>
-</window>
+<window id="145"> + <defaultcontrol>11</defaultcontrol> + <animation effect="slide" start="0,-80" end="0,0" time="100">WindowOpen</animation> + <animation effect="slide" start="0,0" end="0,-80" time="100">WindowClose</animation> + <coordinates> + <system>1</system> + <posx>405</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>-10</posy> + <width>460</width> + <height>80</height> + <texture flipy="true" border="20,2,20,20">InfoMessagePanel.png</texture> + </control> + <control type="label" id="10"> + <description>Dialog header</description> + <posx>20</posx> + <posy>10</posy> + <width>230</width> + <height>20</height> + <align>left</align> + <aligny>center</aligny> + <font>font12_title</font> + <textcolor>blue</textcolor> + </control> + <control type="label" id="12"> + <description>Slider Value</description> + <posx>440</posx> + <posy>10</posy> + <width>220</width> + <height>20</height> + <align>right</align> + <aligny>center</aligny> + <font>font12_title</font> + <textcolor>white</textcolor> + </control> + <control type="slider" id="11"> + <description>Slider</description> + <posx>20</posx> + <posy>35</posy> + <width>420</width> + <height>20</height> + <aligny>center</aligny> + <texturefocus>-</texturefocus> + <texturenofocus>-</texturenofocus> + <texturesliderbar>osd_slider_bg_2.png</texturesliderbar> + <textureslidernib>osd_slider_nibNF.png</textureslidernib> + <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus> + <onup>11</onup> + <ondown>11</ondown> + <onleft>11</onleft> + <onright>11</onright> + </control> + </controls> +</window> |