PageRenderTime 23ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 23 lines | 23 code | 0 blank | 0 comment | 0 complexity | 61c8fc21e1212f2b5ee4689a3cbdecd2 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. height="40"
  4. layout="topleft"
  5. left="0"
  6. name="panel_generic_tip"
  7. top="0"
  8. width="305">
  9. <text
  10. follows="all"
  11. font="SansSerif"
  12. height="20"
  13. layout="topleft"
  14. left="10"
  15. max_length="350"
  16. name="message"
  17. text_color="white"
  18. top="10"
  19. use_ellipses="true"
  20. value=""
  21. width="285"
  22. wrap="true" />
  23. </panel>