blob: 80f96b8c4fe9291bb952ea183ae1cda911a0083b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<window id="113">
<defaultcontrol>-</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<system>0</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<controls>
<control type="group">
<posx>80r</posx>
<posy>0</posy>
<animation effect="slide" end="100,0" time="200" tween="quadratic" easing="out">WindowClose</animation>
<animation effect="slide" start="100,0" time="200" tween="quadratic" easing="out">WindowOpen</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>80</width>
<height>35</height>
<texture flipx="true" border="32,0,0,0">header.png</texture>
</control>
<control type="image">
<posx>35</posx>
<posy>0</posy>
<width>30</width>
<height>30</height>
<aspectratio>keep</aspectratio>
<texture>icon-mute.png</texture>
</control>
</control>
</controls>
</window>
|