PageRenderTime 38ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 219 lines | 218 code | 1 blank | 0 comment | 0 complexity | 293a47ef93f859c1c8e2640c3fa1741e MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. border="true"
  4. follows="left|top|right|bottom"
  5. height="408"
  6. label="Text Chat"
  7. layout="topleft"
  8. left="102"
  9. name="chat"
  10. top="1"
  11. width="517">
  12. <text
  13. follows="left|top"
  14. layout="topleft"
  15. left="30"
  16. height="12"
  17. name="font_size"
  18. width="120"
  19. top="10">
  20. Font size:
  21. </text>
  22. <radio_group
  23. height="30"
  24. layout="topleft"
  25. left="40"
  26. control_name="ChatFontSize"
  27. name="chat_font_size"
  28. top_pad="0"
  29. width="440">
  30. <radio_item
  31. height="16"
  32. label="Small"
  33. layout="topleft"
  34. left="0"
  35. name="radio"
  36. value="0"
  37. top="10"
  38. width="125" />
  39. <radio_item
  40. height="16"
  41. label="Medium"
  42. layout="topleft"
  43. left_delta="145"
  44. name="radio2"
  45. value="1"
  46. top_delta="0"
  47. width="125" />
  48. <radio_item
  49. height="16"
  50. label="Large"
  51. layout="topleft"
  52. left_delta="170"
  53. name="radio3"
  54. value="2"
  55. top_delta="0"
  56. width="125" />
  57. </radio_group>
  58. <check_box
  59. control_name="PlayTypingAnim"
  60. height="16"
  61. initial_value="true"
  62. label="Play typing animation when chatting"
  63. layout="topleft"
  64. left="30"
  65. name="play_typing_animation"
  66. top_pad="10"
  67. width="400" />
  68. <check_box
  69. enabled="false"
  70. height="16"
  71. label="Email me IMs when I'm offline"
  72. layout="topleft"
  73. left_delta="0"
  74. name="send_im_to_email"
  75. top_pad="5"
  76. width="400" />
  77. <check_box
  78. enabled="false"
  79. height="16"
  80. label="Enable plain text IM and chat history"
  81. layout="topleft"
  82. left_delta="0"
  83. name="plain_text_chat_history"
  84. top_pad="5"
  85. width="400" />
  86. <check_box
  87. control_name="UseChatBubbles"
  88. follows="left|top"
  89. height="16"
  90. label="Bubble Chat"
  91. layout="topleft"
  92. left_delta="0"
  93. top_pad="5"
  94. name="bubble_text_chat"
  95. width="150" />
  96. <text
  97. name="show_ims_in_label"
  98. follows="left|top"
  99. layout="topleft"
  100. left="30"
  101. height="20"
  102. width="170"
  103. top_pad="15">
  104. Show IMs in:
  105. </text>
  106. <text
  107. name="requires_restart_label"
  108. follows="left|top"
  109. layout="topleft"
  110. top_delta="0"
  111. left="170"
  112. height="20"
  113. width="130"
  114. text_color="White_25">
  115. (requires restart)
  116. </text>
  117. <radio_group
  118. follows="left|top"
  119. height="30"
  120. left="40"
  121. control_name="ChatWindow"
  122. name="chat_window"
  123. top_pad="0"
  124. tool_tip="Show your Instant Messages in separate floaters, or in one floater with many tabs (Requires restart)"
  125. width="150">
  126. <radio_item
  127. height="16"
  128. label="Separate Windows"
  129. layout="topleft"
  130. left="0"
  131. name="radio"
  132. value="0"
  133. top="0"
  134. width="150" />
  135. <radio_item
  136. height="16"
  137. label="Tabs"
  138. layout="topleft"
  139. left_delta="0"
  140. name="radio2"
  141. value="1"
  142. top_pad="5"
  143. width="150" />
  144. </radio_group>
  145. <text
  146. name="disable_toast_label"
  147. follows="left|top"
  148. layout="topleft"
  149. top_pad="20"
  150. left="30"
  151. height="10"
  152. width="400">
  153. Enable incoming chat popups:
  154. </text>
  155. <check_box
  156. control_name="EnableGroupChatPopups"
  157. name="EnableGroupChatPopups"
  158. label="Group Chats"
  159. layout="topleft"
  160. top_pad="5"
  161. left_delta="10"
  162. height="20"
  163. tool_tip="Check to see popups when a Group Chat message arrives"
  164. width="400" />
  165. <check_box
  166. control_name="EnableIMChatPopups"
  167. name="EnableIMChatPopups"
  168. label="IM Chats"
  169. layout="topleft"
  170. top_pad="5"
  171. height="16"
  172. tool_tip="Check to see popups when an instant message arrives"
  173. width="400" />
  174. <spinner
  175. control_name="NearbyToastLifeTime"
  176. decimal_digits="0"
  177. follows="left|top"
  178. height="23"
  179. increment="1"
  180. initial_value="23"
  181. label="Nearby chat toasts life time:"
  182. label_width="285"
  183. layout="topleft"
  184. left="45"
  185. max_val="60"
  186. min_val="1"
  187. name="nearby_toasts_lifetime"
  188. top_pad="10"
  189. width="325" />
  190. <spinner
  191. control_name="NearbyToastFadingTime"
  192. decimal_digits="0"
  193. follows="left|top"
  194. height="23"
  195. increment="1"
  196. initial_value="3"
  197. label="Nearby chat toasts fading time:"
  198. label_width="285"
  199. layout="topleft"
  200. left_delta="0"
  201. max_val="60"
  202. min_val="0"
  203. name="nearby_toasts_fadingtime"
  204. top_pad="3"
  205. width="325" />
  206. <button
  207. follows="left|top"
  208. height="23"
  209. label="Chat Translation Settings"
  210. layout="topleft"
  211. left="30"
  212. name="ok_btn"
  213. top="-40"
  214. width="170">
  215. <button.commit_callback
  216. function="Pref.TranslationSettings" />
  217. </button>
  218. </panel>