summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_help_browser.xml
blob: e83bc1555cb9f4871b3e6da11c321c285abd62ab (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_resize="true"
 height="480"
 layout="topleft"
 min_height="140"
 min_width="467"
 name="floater_help_browser"
 help_topic="floater_help_browser"
 save_rect="true"
 single_instance="true"
 title="HELP BROWSER"
 width="620">
    <floater.string
     name="home_page_url">
        http://www.secondlife.com
    </floater.string>
    <floater.string
     name="support_page_url">
        http://support.secondlife.com
    </floater.string>
    <layout_stack
     bottom="480"
     follows="left|right|top|bottom"
     layout="topleft"
     left="10"
     name="stack1"
     top="20"
     width="600">
        <layout_panel
         height="1"
         layout="topleft"
         left_delta="0"
         name="external_controls"
         top_delta="0"
         user_resize="false"
         width="590">
            <web_browser
             bottom="-4"
             follows="left|right|top|bottom"
             layout="topleft"
             left="0"
             name="browser"
             top="0"
             width="590" />
        </layout_panel>
    </layout_stack>
</floater>