/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 42 lines · 41 code · 0 blank · 1 comment · 0 complexity · 92cef9a2724a967ec25f1250f1fb1e42 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <!-- the web-based Home panel of the side tray -->
  3. <panel
  4. follows="all"
  5. height="570"
  6. min_height="350"
  7. help_topic="sidetray_home"
  8. layout="topleft"
  9. top="0"
  10. left="0"
  11. name="home_tab"
  12. width="333">
  13. <layout_stack
  14. follows="all"
  15. height="550"
  16. layout="topleft"
  17. left="10"
  18. name="stack"
  19. top_pad="10"
  20. orientation="vertical"
  21. width="313">
  22. <layout_panel
  23. height="550"
  24. layout="topleft"
  25. left_delta="0"
  26. name="browser_layout"
  27. top_delta="0"
  28. width="313">
  29. <web_browser
  30. trusted_content="true"
  31. border_visible="false"
  32. follows="all"
  33. height="550"
  34. layout="topleft"
  35. left="0"
  36. name="browser"
  37. 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"
  38. top="0"
  39. width="313" />
  40. </layout_panel>
  41. </layout_stack>
  42. </panel>