aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us/floater_gesture.xml
blob: b8a7174f1f6ee6f199b84affbbf3e852781e3cb9 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
     height="465" min_height="200" min_width="350" name="gestures"
     title="Active Gestures" width="350">
	<text bottom="-30" follows="top|left" font="SansSerifSmall" left="15"
	     name="help_label">
		Double-click a gesture to play animations and sounds.
	</text>
	<scroll_list bottom_delta="-390" draw_border="true" draw_heading="true"
	     follows="top|left|bottom|right" height="380" left="15" multi_select="false"
	     name="gesture_list" right="-15">
		<column label="Trigger" name="trigger" width="70" />
		<column label="Key" name="shortcut" width="70" />
		<column label="" name="key" width="-1" />
		<column label="Name" name="name" width="160" />
	</scroll_list>
	<button bottom_delta="-30" follows="bottom|right" height="20" label="New" left="15"
	     name="new_gesture_btn" width="83" />
	<!--
	<button bottom_delta="0" follows="bottom|right" height="20" label="Inventory"
	     left_delta="89" name="inventory_btn" width="83" />
	-->
	<button bottom_delta="0" follows="bottom|right" height="20" label="Edit"
	     left_delta="89" name="edit_btn" width="83" />
	<button bottom_delta="0" follows="bottom|right" height="20" label="Play"
	     left_delta="89" name="play_btn" width="83" />
	<button bottom_delta="0" follows="bottom|right" height="20" label="Stop" left_delta="0"
	     name="stop_btn" width="83" />
</floater>