PageRenderTime 205ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 28 lines | 27 code | 0 blank | 1 comment | 0 complexity | a7c1b54d5433f51e62e637bdaa79b5e8 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!-- All our XML is utf-8 encoded. -->
  3. <panel
  4. name="instant_message"
  5. width="300"
  6. height="180"
  7. follows="all">
  8. <avatar_icon
  9. follows="left|top"
  10. height="18"
  11. image_name="Generic_Person"
  12. layout="topleft"
  13. left="3"
  14. mouse_opaque="true"
  15. name="avatar_icon"
  16. top="3"
  17. width="18" />
  18. <text_chat
  19. top="5"
  20. left="30"
  21. height="120"
  22. text_color="white"
  23. word_wrap="true"
  24. mouse_opaque="true"
  25. valign="bottom"
  26. name="msg_text">
  27. </text_chat>
  28. </panel>