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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 238 lines | 234 code | 4 blank | 0 comment | 0 complexity | ab343312ebf95ac588cd05afc65f7409 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="true"
  4. bevel_style="in"
  5. follows="left|top|right|bottom"
  6. height="569"
  7. label="Edit Pick"
  8. layout="topleft"
  9. left="0"
  10. min_height="350"
  11. name="panel_edit_pick"
  12. help_topic="profile_edit_pick"
  13. top="0"
  14. width="333">
  15. <panel.string
  16. name="location_notice">
  17. (will update after save)
  18. </panel.string>
  19. <button
  20. follows="top|left"
  21. height="24"
  22. image_hover_unselected="BackButton_Over"
  23. image_pressed="BackButton_Press"
  24. image_unselected="BackButton_Off"
  25. layout="topleft"
  26. name="back_btn"
  27. left="10"
  28. tab_stop="false"
  29. top="2"
  30. width="30"
  31. use_draw_context_alpha="false" />
  32. <text
  33. type="string"
  34. length="1"
  35. follows="top"
  36. font="SansSerifHugeBold"
  37. height="26"
  38. layout="topleft"
  39. left_pad="4"
  40. name="title"
  41. text_color="LtGray"
  42. top="2"
  43. width="250">
  44. Edit Pick
  45. </text>
  46. <scroll_container
  47. color="DkGray2"
  48. follows="all"
  49. height="502"
  50. layout="topleft"
  51. left="8"
  52. top_pad="10"
  53. name="profile_scroll"
  54. opaque="true"
  55. width="312">
  56. <panel
  57. name="scroll_content_panel"
  58. follows="left|top|right"
  59. min_height="300"
  60. layout="topleft"
  61. top="0"
  62. background_visible="false"
  63. height="500"
  64. left="0"
  65. width="285">
  66. <texture_picker
  67. fallback_image="default_land_picture.j2c"
  68. follows="left|top|right"
  69. height="197"
  70. width="272"
  71. layout="topleft"
  72. no_commit_on_selection="true"
  73. top="10"
  74. left="11"
  75. name="pick_snapshot" />
  76. <icon
  77. height="197"
  78. image_name="spacer24.tga"
  79. layout="topleft"
  80. name="edit_icon"
  81. label=""
  82. tool_tip="Click to select an image"
  83. top="10"
  84. left="11"
  85. width="286" />
  86. <text
  87. type="string"
  88. length="1"
  89. follows="left|top|right"
  90. height="15"
  91. font="SansSerifSmall"
  92. font.style="BOLD"
  93. layout="topleft"
  94. left="10"
  95. top="215"
  96. name="Name:"
  97. text_color="white"
  98. width="280">
  99. Title:
  100. </text>
  101. <line_editor
  102. follows="left|top|right"
  103. font="SansSerif"
  104. height="20"
  105. layout="topleft"
  106. left="10"
  107. top_pad="2"
  108. max_length_bytes="63"
  109. name="pick_name"
  110. text_color="black"
  111. width="273" />
  112. <text
  113. type="string"
  114. length="1"
  115. follows="left|top|right"
  116. height="15"
  117. font="SansSerifSmall"
  118. font.style="BOLD"
  119. layout="topleft"
  120. left="10"
  121. top_pad="20"
  122. name="description_label"
  123. text_color="white"
  124. width="280">
  125. Description:
  126. </text>
  127. <text_editor
  128. follows="left|top|right"
  129. height="100"
  130. width="273"
  131. hide_scrollbar="false"
  132. layout="topleft"
  133. left="10"
  134. top_pad="2"
  135. max_length="1023"
  136. name="pick_desc"
  137. text_color="black"
  138. word_wrap="true" />
  139. <text
  140. type="string"
  141. length="1"
  142. font="SansSerifSmall"
  143. font.style="BOLD"
  144. follows="left|top|right"
  145. height="15"
  146. layout="topleft"
  147. left="10"
  148. name="location_label"
  149. text_color="white"
  150. top_pad="20"
  151. width="280">
  152. Location:
  153. </text>
  154. <text
  155. type="string"
  156. length="1"
  157. follows="left|top|right"
  158. height="50"
  159. layout="topleft"
  160. left="10"
  161. name="pick_location"
  162. top_pad="2"
  163. width="280"
  164. word_wrap="true">
  165. loading...
  166. </text>
  167. <button
  168. follows="left|top"
  169. height="23"
  170. label="Set to Current Location"
  171. layout="topleft"
  172. left="8"
  173. top_pad="0"
  174. name="set_to_curr_location_btn"
  175. width="200" />
  176. </panel>
  177. </scroll_container>
  178. <panel
  179. follows="left|right|bottom"
  180. height="23"
  181. label="bottom_panel"
  182. layout="topleft"
  183. left="8"
  184. name="bottom_panel"
  185. top_pad="5"
  186. width="315">
  187. <layout_stack
  188. follows="bottom|left|right"
  189. height="23"
  190. layout="topleft"
  191. name="layout_stack1"
  192. left="0"
  193. orientation="horizontal"
  194. top_pad="0"
  195. width="313">
  196. <layout_panel
  197. follows="bottom|left|right"
  198. height="23"
  199. layout="topleft"
  200. left="0"
  201. name="layout_panel1"
  202. auto_resize="true"
  203. width="150">
  204. <button
  205. follows="bottom|left|right"
  206. height="23"
  207. label="Save Pick"
  208. layout="topleft"
  209. name="save_changes_btn"
  210. top="0"
  211. left="1"
  212. width="149" />
  213. </layout_panel>
  214. <layout_panel
  215. follows="bottom|left|right"
  216. height="23"
  217. layout="topleft"
  218. left_pad="4"
  219. name="layout_panel2"
  220. auto_resize="true"
  221. width="146">
  222. <button
  223. follows="bottom|left|right"
  224. height="23"
  225. label="Cancel"
  226. layout="topleft"
  227. name="cancel_btn"
  228. top="0"
  229. left="1"
  230. width="145" />
  231. </layout_panel>
  232. </layout_stack>
  233. </panel>
  234. </panel>