PageRenderTime 166ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 43 lines | 43 code | 0 blank | 0 comment | 0 complexity | 65f0f23b7294e1ea4781f2aa3290923c MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_resize="true"
  5. height="500"
  6. layout="topleft"
  7. min_height="50"
  8. name="notifications_console"
  9. help_topic="notifications_console"
  10. single_instance="true"
  11. title="NOTIFICATIONS CONSOLE"
  12. width="500">
  13. <combo_box
  14. follows="left|right|top"
  15. height="18"
  16. label="Select notification type"
  17. layout="topleft"
  18. left="2"
  19. name="notification_types"
  20. top="22"
  21. width="440" />
  22. <button
  23. follows="right|top"
  24. height="18"
  25. label="Add"
  26. layout="topleft"
  27. left_pad="3"
  28. name="add_notification"
  29. top_delta="0"
  30. width="50" >
  31. <button.commit_callback
  32. function="ClickAdd" />
  33. </button>
  34. <layout_stack
  35. bottom="495"
  36. follows="left|right|top|bottom"
  37. layout="topleft"
  38. left="5"
  39. orientation="vertical"
  40. name="notification_channels"
  41. right="-5"
  42. top="42" />
  43. </floater>