summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_preview_gesture_steps.xml
blob: f0e88b9dd4c0c98ea909a2c5cbdf37983e059be1 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_minimize="false"
 follows="left|top"
 height="155"
 layout="topleft"
 name="Gesture"
 save_rect="true"
 title="Gesture Shortcut"
 width="260">
    <scroll_list
     follows="top|left"
     height="110"
     layout="topleft"
     left="10"
     name="step_list"
     top_pad="10"
     width="260" />
    <button
     follows="top|left"
     height="20"
     font="SansSerifSmall"
     label="Add"
     layout="topleft"
     left_pad="-100"
     name="add_btn"
     top_pad="5"
     width="100" />
    
    <!--For pop out floater-->
    <!--scroll_list
     follows="top|left"
     height="110"
     layout="topleft"
     left="10"
     name="library_list"
     top_pad="10"
     width="260">
        <scroll_list.rows
         value="Animation" />
        <scroll_list.rows
         value="Sound" />
        <scroll_list.rows
         value="Chat" />
        <scroll_list.rows
         value="Wait" />
    </scroll_list>
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifSmall"
     height="60"
     layout="topleft"
     left="10"
     name="help_label"
     top_pad="10"
     width="200">
        All steps happen simultaneously, 
unless you add wait steps.
    </text>
    <text
     follows="top|left"
     height="60"
     layout="topleft"
     left="10"
     name="options_text"
     top_pad="10"
     width="205" />
    <combo_box
     follows="top|left"
     height="20"
     layout="topleft"
     left_delta="10"
     name="animation_list"
     top_pad="10"
     width="100" />
    <combo_box
     follows="top|left"
     height="20"
     layout="topleft"
     left_delta="0"
     name="sound_list"
     top_delta="0"
     width="100" />
    <line_editor
     follows="top|left"
     height="20"
     layout="topleft"
     left_delta="0"
     max_length="127"
     name="chat_editor"
     top_delta="0"
     width="100" />
    <radio_group
     draw_border="false"
     follows="top|left"
     height="40"
     layout="topleft"
     left_pad="8"
     name="animation_trigger_type"
     top="445"
     width="80">
        <radio_item
         height="16"
         label="Start"
         layout="topleft"
         left="3"
         name="start"
         top="-11"
         width="80" />
        <radio_item
         height="16"
         label="Stop"
         layout="topleft"
         left_delta="0"
         name="stop"
         top_pad="10"
         width="80" />
    </radio_group>
    <check_box
     follows="top|left"
     height="20"
     label="until animations are done"
     layout="topleft"
     left="16"
     name="wait_anim_check"
     top="430"
     width="100" />
    <check_box
     follows="top|left"
     height="20"
     label="time in seconds"
     layout="topleft"
     left_delta="0"
     name="wait_time_check"
     top_delta="20"
     width="100" />
    <line_editor
     follows="top|left"
     height="20"
     layout="topleft"
     left_pad="5"
     max_length="15"
     name="wait_time_editor"
     top_delta="0"
     width="50" /-->   
</floater>