diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_lsl_guide.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_lsl_guide.xml | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_lsl_guide.xml b/indra/newview/skins/default/xui/en/floater_lsl_guide.xml deleted file mode 100644 index c9d87f158f..0000000000 --- a/indra/newview/skins/default/xui/en/floater_lsl_guide.xml +++ /dev/null @@ -1,64 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<floater - legacy_header_height="18" - can_resize="true" - follows="left|top" - height="400" - layout="topleft" - min_height="271" - min_width="350" - name="script ed float" - help_topic="lsl_reference" - save_rect="true" - title="LSL REFERENCE" - width="370"> - <check_box - follows="top|left" - font="SansSerif" - halign="center" - height="20" - label="Follow cursor" - layout="topleft" - left="10" - name="lock_check" - top="25" - width="60" /> - <combo_box - allow_text_entry="true" - follows="top|left|right" - font="SansSerif" - halign="center" - height="20" - label="Lock" - layout="topleft" - left_pad="40" - name="history_combo" - top_delta="0" - width="90" /> - <button - follows="top|right" - height="20" - label="Back" - layout="topleft" - left_pad="5" - name="back_btn" - top_delta="0" - width="70" /> - <button - follows="top|right" - height="20" - label="Forward" - layout="topleft" - left_pad="5" - name="fwd_btn" - top_delta="0" - width="70" /> - <web_browser - bottom="390" - follows="left|right|top|bottom" - layout="topleft" - left="10" - name="lsl_guide_html" - right="-10" - top="50" /> -</floater> |