summaryrefslogtreecommitdiff
path: root/indra/newview/skins/minimal/xui/en/floater_help_browser.xml
blob: 6eb40bc943124e5cf40992abea4e2c9cf673d43d (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_resize="true"
 can_minimize="false" 
 height="460"
 layout="topleft"
 min_height="360"
 left="10000"
 top="10" 
 min_width="335"
 name="floater_help_browser"
 save_rect="true"
 single_instance="true"
 title="HOW TO"
 width="335">
    <floater.string
     name="loading_text">
        Loading...
    </floater.string>
    <floater.string
     name="done_text">
    </floater.string>
    <layout_stack
     bottom="460"
     follows="left|right|top|bottom"
     layout="topleft"
     left="5"
     orientation="vertical" 
     name="stack1"
     top="20"
     width="325">
        <layout_panel
         layout="topleft"
         left_delta="0"
         top_delta="0"
         name="external_controls"
         user_resize="false"
         width="325">
            <web_browser
              trusted_content="true"  
             bottom="-5"
             follows="left|right|top|bottom"
             layout="topleft"
             left="0"
             name="browser"
             top="0"
             height="300"
             width="325" />
        </layout_panel>
    </layout_stack>
</floater>