diff options
Diffstat (limited to 'addons/skin.pm3-hd/720p/DialogSlider.xml')
-rw-r--r-- | addons/skin.pm3-hd/720p/DialogSlider.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/addons/skin.pm3-hd/720p/DialogSlider.xml b/addons/skin.pm3-hd/720p/DialogSlider.xml new file mode 100644 index 0000000000..4b12861d55 --- /dev/null +++ b/addons/skin.pm3-hd/720p/DialogSlider.xml @@ -0,0 +1,60 @@ +<window id="145"> + <defaultcontrol>11</defaultcontrol> + <include>dialogeffect</include> + <coordinates> + <system>1</system> + <posx>430</posx> + <posy>600</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>390</width> + <height>58</height> + <colordiffuse>FFFFFFFF</colordiffuse> + <texture>black-back.png</texture> + <bordertexture border="3">NoCover_1.png</bordertexture> + <bordersize>4</bordersize> + </control> + <control type="label" id="10"> + <description>Dialog header</description> + <posx>20</posx> + <posy>8</posy> + <width>180</width> + <height>20</height> + <align>left</align> + <aligny>center</aligny> + <font>font11</font> + <textcolor>white</textcolor> + </control> + <control type="label" id="12"> + <description>Slider Value</description> + <posx>370</posx> + <posy>8</posy> + <width>180</width> + <height>20</height> + <align>right</align> + <aligny>center</aligny> + <font>font11</font> + <textcolor>white</textcolor> + </control> + <control type="slider" id="11"> + <description>Slider</description> + <posx>20</posx> + <posy>34</posy> + <width>350</width> + <height>15</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> |