PageRenderTime 32ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 51 lines | 51 code | 0 blank | 0 comment | 0 complexity | 76547008c163c42374a6e91729e6673a 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. height="258"
  5. layout="topleft"
  6. name="groups"
  7. help_topic="groups"
  8. title="GROUPS"
  9. width="280">
  10. <text
  11. type="string"
  12. length="1"
  13. follows="left|top"
  14. height="16"
  15. layout="topleft"
  16. left="12"
  17. name="groupdesc"
  18. top="24"
  19. width="248">
  20. Choose a group:
  21. </text>
  22. <scroll_list
  23. height="160"
  24. layout="topleft"
  25. left_delta="0"
  26. name="group list"
  27. top_pad="8"
  28. width="248">
  29. <scroll_list.columns
  30. name="name"
  31. width="248" />
  32. </scroll_list>
  33. <button
  34. height="20"
  35. label="OK"
  36. label_selected="OK"
  37. layout="topleft"
  38. left_delta="0"
  39. name="OK"
  40. top_pad="8"
  41. width="80" />
  42. <button
  43. height="20"
  44. label="Cancel"
  45. label_selected="Cancel"
  46. layout="topleft"
  47. left_pad="8"
  48. name="Cancel"
  49. top_delta="0"
  50. width="80" />
  51. </floater>