diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_script_preview.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_script_preview.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_script_preview.xml b/indra/newview/skins/default/xui/en/floater_script_preview.xml new file mode 100644 index 0000000000..d0cd00d147 --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_script_preview.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater + legacy_header_height="18" + auto_tile="true" + can_resize="true" + height="570" + layout="topleft" + min_height="271" + min_width="290" + name="preview lsl text" + help_topic="preview_lsl_text" + save_rect="true" + title="SCRIPT: ROTATION SCRIPT" + width="508"> + <floater.string + name="Title"> + SCRIPT: [NAME] + </floater.string> + <panel + follows="left|top|right|bottom" + height="522" + layout="topleft" + left="10" + name="script panel" + top="42" + width="497" /> + <icon + follows="top|right" + height="18" + image_name="Lock" + layout="topleft" + left="426" + mouse_opaque="true" + name="lock" + top="4" + width="18" /> + <text + type="string" + length="1" + follows="left|top" + font="SansSerif" + height="19" + layout="topleft" + left="13" + name="desc txt" + top="19" + width="80"> + Description: + </text> + <line_editor + border_style="line" + border_thickness="1" + follows="left|top|right" + font="SansSerif" + height="19" + layout="topleft" + left_delta="80" + max_length="127" + name="desc" + top_delta="0" + width="394" /> +</floater> |