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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 147 lines | 147 code | 0 blank | 0 comment | 0 complexity | f7bb63899894e3b788532620c103315b MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. height="380"
  4. layout="topleft"
  5. name="panel_snapshot_inventory"
  6. width="490">
  7. <icon
  8. follows="top|left"
  9. height="18"
  10. image_name="Snapshot_Inventory"
  11. layout="topleft"
  12. left="12"
  13. mouse_opaque="true"
  14. name="title_icon"
  15. top="5"
  16. width="18" />
  17. <text
  18. follows="top|left|right"
  19. font="SansSerifBold"
  20. height="20"
  21. layout="topleft"
  22. left_pad="12"
  23. length="1"
  24. name="title"
  25. right="-10"
  26. text_color="white"
  27. type="string"
  28. top_delta="5">
  29. Save to My Inventory
  30. </text>
  31. <view_border
  32. bevel_style="in"
  33. follows="left|top|right"
  34. height="1"
  35. left="10"
  36. layout="topleft"
  37. name="hr"
  38. right="-10"
  39. top_pad="5"
  40. />
  41. <text
  42. bottom="35"
  43. follows="top|left|right"
  44. font="SansSerif"
  45. height="56"
  46. layout="topleft"
  47. left="12"
  48. length="1"
  49. name="hint_lbl"
  50. top_pad="10"
  51. type="string"
  52. word_wrap="true">
  53. Saving an image to your inventory costs L$[UPLOAD_COST]. To save your image as a texture select one of the square formats.
  54. </text>
  55. <combo_box
  56. follows="top|left|right"
  57. height="23"
  58. label="Resolution"
  59. layout="topleft"
  60. left_delta="0"
  61. name="texture_size_combo"
  62. right="-10"
  63. top_pad="10">
  64. <combo_box.item
  65. label="Current Window"
  66. name="CurrentWindow"
  67. value="[i0,i0]" />
  68. <combo_box.item
  69. label="Small (128x128)"
  70. name="Small(128x128)"
  71. value="[i128,i128]" />
  72. <combo_box.item
  73. label="Medium (256x256)"
  74. name="Medium(256x256)"
  75. value="[i256,i256]" />
  76. <combo_box.item
  77. label="Large (512x512)"
  78. name="Large(512x512)"
  79. value="[i512,i512]" />
  80. <combo_box.item
  81. label="Custom"
  82. name="Custom"
  83. value="[i-1,i-1]" />
  84. </combo_box>
  85. <spinner
  86. allow_text_entry="false"
  87. decimal_digits="0"
  88. follows="left|top"
  89. height="20"
  90. increment="32"
  91. label="Width"
  92. label_width="40"
  93. layout="topleft"
  94. left="10"
  95. max_val="6016"
  96. min_val="32"
  97. name="inventory_snapshot_width"
  98. top_pad="10"
  99. width="95" />
  100. <spinner
  101. allow_text_entry="false"
  102. decimal_digits="0"
  103. follows="left|top"
  104. height="20"
  105. increment="32"
  106. label="Height"
  107. label_width="40"
  108. layout="topleft"
  109. left_pad="5"
  110. max_val="6016"
  111. min_val="32"
  112. name="inventory_snapshot_height"
  113. top_delta="0"
  114. width="95" />
  115. <check_box
  116. bottom_delta="20"
  117. follows="left|top"
  118. label="Constrain proportions"
  119. layout="topleft"
  120. left="10"
  121. name="inventory_keep_aspect_check"
  122. visible="false" />
  123. <button
  124. follows="right|bottom"
  125. height="23"
  126. label="Cancel"
  127. layout="topleft"
  128. name="cancel_btn"
  129. right="-32"
  130. top="350"
  131. width="100">
  132. <button.commit_callback
  133. function="Inventory.Cancel" />
  134. </button>
  135. <button
  136. follows="right|bottom"
  137. height="23"
  138. label="Save"
  139. layout="topleft"
  140. left_delta="-106"
  141. name="save_btn"
  142. top_delta="0"
  143. width="100">
  144. <button.commit_callback
  145. function="Inventory.Save" />
  146. </button>
  147. </panel>