Skip to content

Commit

Permalink
dialogSlider
Browse files Browse the repository at this point in the history
amet committed Jan 28, 2012
1 parent 2772b4e commit 52921bd
Showing 4 changed files with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions 720p/DialogSlider.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<window id="145">
<defaultcontrol>11</defaultcontrol>
<coordinates>
<posx>880</posx>
<posy>620</posy>
</coordinates>
<controls>
<control type="group">
<posx>0</posx>
<posy>0</posy>
<width>380</width>
<height>90</height>
<include>WindowOpenCloseZoomInOut</include>
<visible>![Window.IsVisible(InfoDialog) | Window.IsVisible(VolumeBar)]</visible>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>380</width>
<height>90</height>
<texture border="18">dialog-back.png</texture>
</control>
<control type="label" id="10">
<posx>25</posx>
<posy>20</posy>
<width>160</width>
<height>16</height>
<align>left</align>
<aligny>center</aligny>
<font>font16</font>
<textcolor>white</textcolor>
</control>
<control type="label" id="12">
<posx>355</posx>
<posy>20</posy>
<width>160</width>
<height>16</height>
<align>right</align>
<aligny>center</aligny>
<font>font16</font>
<textcolor>white</textcolor>
</control>
<control type="slider" id="11">
<posx>25</posx>
<posy>50</posy>
<width>330</width>
<height>16</height>
<aligny>center</aligny>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<texturesliderbar>osd_slider_bg.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>
</control>
</controls>
</window>
Binary file added media/osd_slider_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/osd_slider_nib.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/osd_slider_nibNF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52921bd

Please sign in to comment.