diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-02-18 18:39:56 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-02-18 18:39:56 -0800 |
commit | e9056ef59ddc7eec7d948b4f7cbf54220f1e3499 (patch) | |
tree | 15c3a0eca87f2912d1f67cb085b3706810a3a98e /indra/newview/skins/default/xui/en/floater_script_preview.xml | |
parent | 363f4e877c0a3c7cac15b23645afb8d9337f1b6f (diff) | |
parent | e0249da7fd8af278b286b444da96fd2b5a54354e (diff) |
Merge
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> |