summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_profile_web.xml
blob: e0cb4d3d06f9ec6130db17b96a39d0fc9c3fbc47 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 name="panel_profile_web"
 label="Web"
 top="0"
 left="0"
 height="480"
 width="420"
 follows="all"
 layout="topleft"
>
    <panel.string
     name="LoadTime"
     value="Load Time: [TIME] seconds"
    />
    <web_browser
     name="profile_html"
     top="10"
     bottom="-18"
     left="10"
     right="-10"
     follows="all"
     layout="topleft"
     start_url=""
    />
    <text
     name="status_text"
     bottom="-4"
     left="110"
     right="-110"
     follows="bottom|left|right"
     layout="topleft"
     halign="center"
     parse_urls="false"
    />
</panel>