Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions indra/newview/skins/default/xui/en/floater_preview_gesture.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
legacy_header_height="18"
height="475"
min_height="475"
height="500"
min_height="500"
layout="topleft"
name="gesture_preview"
help_topic="gesture_preview"
Expand Down Expand Up @@ -156,7 +156,7 @@
</text>
<scroll_list
follows="top|left"
height="60"
height="76"
layout="topleft"
left="10"
name="library_list"
Expand Down Expand Up @@ -194,7 +194,7 @@
left="10"
font.style="BOLD"
name="steps_label"
top_pad="50"
top_pad="66"
width="100">
Steps:
</text>
Expand Down Expand Up @@ -239,7 +239,7 @@
layout="topleft"
left="15"
name="options_text"
top="315"
top="340"
width="205">
(options)
</text>
Expand All @@ -249,15 +249,15 @@
layout="topleft"
left_delta="15"
name="animation_list"
top="330"
top="355"
width="100"/>
<combo_box
follows="top|left"
height="20"
layout="topleft"
left_delta="0"
name="sound_list"
top="330"
top="355"
width="100" />
<line_editor
follows="top|left"
Expand All @@ -266,7 +266,7 @@
left_delta="0"
max_length_bytes="127"
name="chat_editor"
top="330"
top="355"
width="100" />
<radio_group
draw_border="false"
Expand All @@ -275,7 +275,7 @@
layout="topleft"
left_pad="8"
name="animation_trigger_type"
top="330"
top="355"
width="80">
<radio_item
height="16"
Expand All @@ -301,7 +301,7 @@
layout="topleft"
left="28"
name="wait_key_release_check"
top="330"
top="355"
width="100" />
<check_box
follows="top|left"
Expand Down
Loading