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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 64 lines | 64 code | 0 blank | 0 comment | 0 complexity | b5b9bf5dd908fc589469c66a294243d5 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_minimize="false"
  5. height="130"
  6. layout="topleft"
  7. name="block by name"
  8. help_topic="mute_by_name"
  9. title="BLOCK OBJECT BY NAME"
  10. width="375">
  11. <text
  12. type="string"
  13. length="1"
  14. follows="top|left"
  15. font="SansSerifLarge"
  16. height="16"
  17. layout="topleft"
  18. left="10"
  19. top="25"
  20. name="message">
  21. Block an object:
  22. </text>
  23. <line_editor
  24. type="string"
  25. length="1"
  26. follows="top|right"
  27. font="SansSerif"
  28. height="20"
  29. layout="topleft"
  30. left_delta="0"
  31. name="object_name"
  32. top_pad="5"
  33. width="350">
  34. Object name
  35. </line_editor>
  36. <text
  37. type="string"
  38. length="1"
  39. follows="top|left"
  40. font="SansSerifSmall"
  41. height="16"
  42. layout="topleft"
  43. left="30"
  44. name="note">
  45. * Only blocks object text, not sounds
  46. </text>
  47. <button
  48. follows="bottom|left"
  49. height="23"
  50. label="OK"
  51. layout="topleft"
  52. left="155"
  53. name="OK"
  54. top_pad="10"
  55. width="100" />
  56. <button
  57. follows="bottom|right"
  58. height="23"
  59. label="Cancel"
  60. layout="topleft"
  61. left_pad="5"
  62. name="Cancel"
  63. width="100" />
  64. </floater>