PageRenderTime 109ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 134 lines | 134 code | 0 blank | 0 comment | 0 complexity | 47cfeb1db6138736a524879a8959d067 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_resize="true"
  5. height="350"
  6. layout="topleft"
  7. min_height="200"
  8. min_width="370"
  9. name="preview_texture"
  10. help_topic="preview_texture"
  11. width="370">
  12. <floater.string
  13. name="Title">
  14. Texture: [NAME]
  15. </floater.string>
  16. <floater.string
  17. name="Copy">
  18. Copy To Inventory
  19. </floater.string>
  20. <text
  21. type="string"
  22. length="1"
  23. follows="left|top"
  24. font="SansSerif"
  25. height="19"
  26. layout="topleft"
  27. left="10"
  28. name="desc txt"
  29. top="21"
  30. width="90">
  31. Description:
  32. </text>
  33. <line_editor
  34. border_style="line"
  35. border_thickness="1"
  36. follows="left|top|right"
  37. font="SansSerif"
  38. height="19"
  39. layout="topleft"
  40. left_pad="0"
  41. max_length_bytes="127"
  42. name="desc"
  43. width="190" />
  44. <text
  45. type="string"
  46. halign="right"
  47. length="1"
  48. follows="right|bottom"
  49. height="16"
  50. layout="topleft"
  51. left="110"
  52. name="dimensions"
  53. top="255"
  54. width="200">
  55. [WIDTH]px x [HEIGHT]px
  56. </text>
  57. <text
  58. type="string"
  59. halign="right"
  60. length="1"
  61. follows="right|bottom"
  62. height="16"
  63. layout="topleft"
  64. left_delta="-110"
  65. name="aspect_ratio"
  66. top_pad="5"
  67. width="200">
  68. Preview aspect ratio
  69. </text>
  70. <combo_box
  71. allow_text_entry="true"
  72. top_delta="-3"
  73. follows="right|bottom"
  74. height="23"
  75. left_pad="10"
  76. max_chars="20"
  77. mouse_opaque="true"
  78. enabled="true"
  79. width="108"
  80. name="combo_aspect_ratio"
  81. tool_tip="Preview at a fixed aspect ratio">
  82. <combo_item name="Unconstrained" value="Unconstrained">
  83. Unconstrained
  84. </combo_item>
  85. <combo_item name="1:1" value="1:1" tool_tip="Group insignia or Real World profile">
  86. 1:1
  87. </combo_item>
  88. <combo_item name="4:3" value="4:3" tool_tip="[SECOND_LIFE] profile">
  89. 4:3
  90. </combo_item>
  91. <combo_item name="10:7" value="10:7" tool_tip="Classifieds and search listings, landmarks">
  92. 10:7
  93. </combo_item>
  94. <combo_item name="3:2" value="3:2" tool_tip="About land">
  95. 3:2
  96. </combo_item>
  97. <combo_item name="16:10" value="16:10">
  98. 16:10
  99. </combo_item>
  100. <combo_item name="16:9" value="16:9" tool_tip="Profile picks">
  101. 16:9
  102. </combo_item>
  103. <combo_item name="2:1" value="2:1">
  104. 2:1
  105. </combo_item>
  106. </combo_box>
  107. <button
  108. follows="right|bottom"
  109. height="22"
  110. label="OK"
  111. layout="topleft"
  112. left="6"
  113. name="Keep"
  114. top_pad="5"
  115. width="110" />
  116. <button
  117. follows="right|bottom"
  118. height="22"
  119. label="Discard"
  120. layout="topleft"
  121. left_pad="5"
  122. name="Discard"
  123. top_delta="0"
  124. width="110" />
  125. <button
  126. follows="right|bottom"
  127. height="22"
  128. label="Save As"
  129. layout="topleft"
  130. left_pad="5"
  131. name="save_tex_btn"
  132. top_delta="0"
  133. width="110" />
  134. </floater>