aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estouchy/xml/DialogSlider.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/DialogSlider.xml')
-rw-r--r--addons/skin.estouchy/xml/DialogSlider.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/addons/skin.estouchy/xml/DialogSlider.xml b/addons/skin.estouchy/xml/DialogSlider.xml
deleted file mode 100644
index 6b8e5f6a7b..0000000000
--- a/addons/skin.estouchy/xml/DialogSlider.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<window>
- <defaultcontrol>11</defaultcontrol>
- <include>16x9_xPos_Relocation</include>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <posx>140</posx>
- <posy>20</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>130</height>
- <texture>back.png</texture>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="label" id="10">
- <description>Dialog header</description>
- <left>40</left>
- <top>10</top>
- <width>880</width>
- <height>20</height>
- <aligny>center</aligny>
- <font>font30</font>
- </control>
- <control type="label" id="12">
- <description>Slider Value</description>
- <left>40</left>
- <top>10</top>
- <width>880</width>
- <height>20</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font30</font>
- </control>
- <control type="slider" id="11">
- <description>Slider</description>
- <left>40</left>
- <top>65</top>
- <width>880</width>
- <height>60</height>
- <onup>11</onup>
- <ondown>11</ondown>
- <onleft>11</onleft>
- <onright>11</onright>
- </control>
- </controls>
-</window>