PageRenderTime 33ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 95 lines | 82 code | 0 blank | 13 comment | 0 complexity | 6f6507afbdb1c71b5c1e3519e1a55b60 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <!--
  3. Not can_close / no title to avoid window chrome
  4. Single instance - only have one at a time, recycle it each spawn
  5. -->
  6. <floater
  7. legacy_header_height="18"
  8. bevel_style="in"
  9. bg_opaque_image="Inspector_Background"
  10. can_close="false"
  11. can_minimize="false"
  12. height="130"
  13. layout="topleft"
  14. name="inspect_remote_object"
  15. single_instance="true"
  16. sound_flags="0"
  17. visible="true"
  18. width="300">
  19. <text
  20. follows="all"
  21. font="SansSerifLarge"
  22. font_style="BOLD"
  23. height="30"
  24. left="8"
  25. name="object_name"
  26. text_color="White"
  27. top="5"
  28. use_ellipses="true"
  29. word_wrap="true"
  30. width="291">
  31. Test Object Name That Is Really Long OMG so long I can't believe how long the name of this object is, I mean really.
  32. </text>
  33. <text
  34. follows="top|left"
  35. font="SansSerifSmall"
  36. height="16"
  37. left="8"
  38. name="object_owner_label"
  39. width="65"
  40. top_pad="12">
  41. Owner:
  42. </text>
  43. <text
  44. follows="top|left"
  45. height="16"
  46. left_pad="5"
  47. name="object_owner"
  48. use_ellipses="true"
  49. width="230"
  50. word_wrap="false">
  51. Longavatarname Johnsonlongstonnammer
  52. </text>
  53. <!--<text
  54. follows="top|left"
  55. height="16"
  56. left="8"
  57. name="object_slurl_label"
  58. top_pad="5"
  59. width="55">
  60. Location:
  61. </text>-->
  62. <text
  63. follows="top|left"
  64. height="16"
  65. left="8"
  66. name="object_slurl"
  67. width="290"
  68. use_ellipses="true"
  69. word_wrap="false">
  70. http://slurl.com/Ahern/50/50/50
  71. </text>
  72. <button
  73. follows="top|left"
  74. height="23"
  75. label="Map"
  76. left="8"
  77. top_pad="8"
  78. name="map_btn"
  79. width="90" />
  80. <button
  81. follows="top|left"
  82. height="23"
  83. label="Block"
  84. left_pad="8"
  85. name="block_btn"
  86. width="90" />
  87. <button
  88. follows="top|left"
  89. height="23"
  90. label="Close"
  91. right="-8"
  92. name="close_btn"
  93. left_pad="5"
  94. width="90" />
  95. </floater>