summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_lsl_guide.xml
blob: 17a07c5ec2fe7dc13c34668b4562122ea22358b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?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>