diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/en-us/floater_gesture.xml | |
parent | README.txt (diff) | |
download | meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2 meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz |
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_gesture.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/floater_gesture.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_gesture.xml b/linden/indra/newview/skins/xui/en-us/floater_gesture.xml new file mode 100644 index 0000000..546b665 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/floater_gesture.xml | |||
@@ -0,0 +1,28 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" | ||
3 | height="465" min_height="200" min_width="375" name="gestures" | ||
4 | title="Active Gestures" width="375"> | ||
5 | <text bottom="-30" follows="top|left" font="SansSerifSmall" left="15" | ||
6 | name="help_label"> | ||
7 | Chat a trigger phrase or press a key to play animations | ||
8 | and sounds. | ||
9 | </text> | ||
10 | <scroll_list bottom_delta="-375" draw_border="true" draw_heading="true" | ||
11 | follows="top|left|bottom|right" height="370" left="15" multi_select="false" | ||
12 | name="gesture_list" width="345"> | ||
13 | <column label="Trigger" name="trigger" width="70" /> | ||
14 | <column label="Key" name="shortcut" width="70" /> | ||
15 | <column label="" name="key" width="-1" /> | ||
16 | <column label="Name" name="name" width="160" /> | ||
17 | </scroll_list> | ||
18 | <button bottom_delta="-30" follows="bottom|right" height="20" label="New" left="-365" | ||
19 | name="new_gesture_btn" width="80" /> | ||
20 | <button bottom_delta="0" follows="bottom|right" height="20" label="Inventory" | ||
21 | left_delta="90" name="inventory_btn" width="80" /> | ||
22 | <button bottom_delta="0" follows="bottom|right" height="20" label="Edit" | ||
23 | left_delta="90" name="edit_btn" width="80" /> | ||
24 | <button bottom_delta="0" follows="bottom|right" height="20" label="Play" | ||
25 | left_delta="90" name="play_btn" width="80" /> | ||
26 | <button bottom_delta="0" follows="bottom|right" height="20" label="Stop" left_delta="0" | ||
27 | name="stop_btn" width="80" /> | ||
28 | </floater> | ||