PageRenderTime 31ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 83 lines | 83 code | 0 blank | 0 comment | 0 complexity | 3d7ad9f1220d79f68c4e5cf255baa780 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. height="100"
  4. layout="topleft"
  5. name="notifications_panel"
  6. translate="false"
  7. width="100">
  8. <layout_stack
  9. follows="left|right|top|bottom"
  10. height="78"
  11. layout="topleft"
  12. left="0"
  13. name="stack1"
  14. orientation="horizontal"
  15. top="20"
  16. width="100">
  17. <layout_panel name="notifications_list_panel"
  18. width="100"
  19. user_resize="true">
  20. <scroll_list
  21. draw_heading="true"
  22. follows="left|right|top|bottom"
  23. height="78"
  24. layout="topleft"
  25. left="0"
  26. name="notifications_list"
  27. sort_ascending="false"
  28. sort_column="2"
  29. top="0"
  30. width="100">
  31. <scroll_list.columns
  32. label="Name"
  33. name="name"
  34. width="100" />
  35. <scroll_list.columns
  36. label="Content"
  37. name="content"
  38. width="150" />
  39. <scroll_list.columns
  40. label="Date"
  41. name="date"
  42. width="150" />
  43. </scroll_list>
  44. </layout_panel>
  45. <layout_panel name="rejects_list_panel"
  46. width="100"
  47. user_resize="true">
  48. <scroll_list
  49. draw_heading="true"
  50. follows="left|right|top|bottom"
  51. height="78"
  52. layout="topleft"
  53. left="0"
  54. name="notification_rejects_list"
  55. sort_ascending="false"
  56. sort_column="2"
  57. top="0"
  58. width="100">
  59. <scroll_list.columns
  60. label="Name"
  61. name="name"
  62. width="100" />
  63. <scroll_list.columns
  64. label="Content"
  65. name="content"
  66. width="150" />
  67. <scroll_list.columns
  68. label="Date"
  69. name="date"
  70. width="150" />
  71. </scroll_list>
  72. </layout_panel>
  73. </layout_stack>
  74. <button
  75. follows="left|right|top"
  76. height="20"
  77. is_toggle="true"
  78. layout="topleft"
  79. left_delta="0"
  80. name="header"
  81. top_delta="-20"
  82. width="100" />
  83. </panel>