/indra/newview/skins/default/xui/en/floater_lsl_guide.xml
XML | 63 lines | 63 code | 0 blank | 0 comment | 0 complexity | 715078793b3d6fa7cb5a7e13a6e18537 MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <floater
- legacy_header_height="18"
- can_resize="true"
- 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>