summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml
blob: 4fe1e08bf06b373c049b1ac729c8746fcc2981ab (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- the web-based Home panel of the side tray -->
<panel
 follows="all"
 height="570"
 min_height="350"
 label="home_tab"
 layout="topleft"
 top="0"
 left="0"
 name="home_tab"
 width="333">
  <panel
   follows="all"
   height="550"
   layout="topleft"
   left="10"
   help_topic="sidetray_home"
   name="sidetray_home"
   top_pad="10"
   width="313">
     <web_browser
      border_visible="false"
      follows="all"
      height="550"
      layout="topleft"
      left="0"
      name="browser"
      start_url="data:text/html,%3Chtml%3E%3Cbody bgcolor=%22#2A2A2A%22 text=%22eeeeee%22%3E %3Ch3%3E %0D%0A%0D%0ALoading... %3C/h3%3E %3C/body%3E%3C/html%3E"
      top="0"
      width="313" />
   </panel>
</panel>