blob: 66408a50572f3d23c06553851e4b63180730b27d (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_minimize="false"
follows="left|top"
height="155"
layout="topleft"
name="Gesture"
help_topic="gesture"
save_rect="true"
title="GESTURE SHORTCUT"
width="260">
<scroll_list
follows="top|left"
height="110"
layout="topleft"
left="10"
name="library_list"
top="10"
width="240">
<scroll_list.rows
value="Animation" />
<scroll_list.rows
value="Sound" />
<scroll_list.rows
value="Chat" />
<scroll_list.rows
value="Wait" />
</scroll_list>
<!--button
follows="top|left"
height="20"
label="Preview"
layout="topleft"
left="20"
name="preview_btn"
top_pad="50"
width="80" />
<button
follows="top|left"
height="20"
label="Save"
layout="topleft"
left_pad="5"
name="save_btn"
top_delta="0"
width="80" />
<button
follows="top|left"
height="20"
label="Cancel (not working)"
layout="topleft"
left_pad="5"
name="save_btn"
top_delta="0"
width="80" /-->
</floater>
|