30 lines
1.5 KiB
XML
30 lines
1.5 KiB
XML
<?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>
|