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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 37 lines · 37 code · 0 blank · 0 comment · 0 complexity · 472ef5d7f27be2c3259a02188c6a2dfe MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_resize="true"
  5. height="200"
  6. layout="topleft"
  7. min_height="50"
  8. name="notification"
  9. title="NOTIFICATIONS CONSOLE"
  10. width="200">
  11. <text_editor
  12. type="string"
  13. length="1"
  14. enabled="false"
  15. follows="left|top|right|bottom"
  16. font="SansSerif"
  17. height="140"
  18. ignore_tab="false"
  19. layout="topleft"
  20. left="4"
  21. max_length="65536"
  22. name="payload"
  23. top="25"
  24. width="192"
  25. word_wrap="true">
  26. Loading...
  27. </text_editor>
  28. <combo_box
  29. follows="left|bottom"
  30. height="20"
  31. label="Response"
  32. layout="topleft"
  33. left="10"
  34. name="response"
  35. top="171"
  36. width="100" />
  37. </floater>