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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 100 lines · 95 code · 0 blank · 5 comment · 0 complexity · c31806ba8851d6ed6397b12da42e3e76 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_opaque="false"
  4. border_visible="false"
  5. background_visible="true"
  6. bg_alpha_color="1 0.3 0.3 0"
  7. bg_opaque_color="1 0.3 0.3 0"
  8. label="notification_panel"
  9. layout="topleft"
  10. left="0"
  11. name="notification_panel"
  12. chrome="true"
  13. show_title="false"
  14. top="0"
  15. height="140"
  16. translate="false"
  17. width="305">
  18. <!-- THIS PANEL CONTROLS TOAST HEIGHT? -->
  19. <panel
  20. border_visible="false"
  21. bevel_style="none"
  22. background_visible="true"
  23. bg_alpha_color="0.3 0.3 0.3 0"
  24. bg_opaque_color="0.3 0.3 0.3 0"
  25. follows="left|right|top"
  26. height="100"
  27. label="info_panel"
  28. layout="topleft"
  29. left="0"
  30. name="info_panel"
  31. top="0"
  32. width="305">
  33. <text
  34. border_visible="false"
  35. follows="left|right|top|bottom"
  36. font="SansSerif"
  37. height="85"
  38. layout="topleft"
  39. left="10"
  40. name="text_box"
  41. read_only="true"
  42. text_color="white"
  43. top="10"
  44. visible="false"
  45. width="285"
  46. wrap="true"/>
  47. <text
  48. border_visible="false"
  49. follows="left|right|top|bottom"
  50. font="SansSerifBold"
  51. height="85"
  52. layout="topleft"
  53. left="10"
  54. name="caution_text_box"
  55. text_color="1 0.82 0.46 1"
  56. top="10"
  57. visible="false"
  58. width="285"
  59. wrap="true"/>
  60. <text_editor
  61. h_pad="0"
  62. v_pad="0"
  63. bg_readonly_color="0.0 0.0 0.0 0"
  64. border_visible="false"
  65. embedded_items="false"
  66. enabled="false"
  67. follows="left|right|top|bottom"
  68. font="SansSerif"
  69. height="85"
  70. layout="topleft"
  71. left="10"
  72. mouse_opaque="false"
  73. name="text_editor_box"
  74. read_only="true"
  75. tab_stop="false"
  76. text_color="white"
  77. text_readonly_color="white"
  78. top="10"
  79. visible="false"
  80. width="285"
  81. wrap="true"
  82. parse_highlights="true"
  83. parse_urls="true"/>
  84. </panel>
  85. <panel
  86. background_visible="false"
  87. follows="left|right|bottom"
  88. height="30"
  89. width="290"
  90. label="control_panel"
  91. layout="topleft"
  92. left="10"
  93. name="control_panel"
  94. top_pad="5">
  95. <!--
  96. Notes:
  97. This panel holds buttons of notification. Change of its size can affect the layout of buttons.
  98. -->
  99. </panel>
  100. </panel>