PageRenderTime 25ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 58 lines | 58 code | 0 blank | 0 comment | 0 complexity | fef08de9040a0b0155d76be9e864d3bb MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. default_tab_group="1"
  4. follows="left|bottom|right"
  5. height="25"
  6. layout="topleft"
  7. left="0"
  8. name="chat_bar"
  9. top="21"
  10. width="308">
  11. <line_editor
  12. border_style="line"
  13. border_thickness="1"
  14. follows="left|right"
  15. height="23"
  16. label="Click here to chat."
  17. layout="topleft"
  18. left_delta="3"
  19. left="0"
  20. max_length_bytes="1023"
  21. name="chat_box"
  22. text_pad_left="5"
  23. text_pad_right="25"
  24. tool_tip="Press Enter to say, Ctrl+Enter to shout"
  25. top="2"
  26. width="283" />
  27. <output_monitor
  28. auto_update="true"
  29. follows="right"
  30. draw_border="false"
  31. height="16"
  32. layout="topleft"
  33. left_pad="-24"
  34. mouse_opaque="true"
  35. name="chat_zone_indicator"
  36. top="6"
  37. visible="true"
  38. width="20" />
  39. <button
  40. follows="right"
  41. is_toggle="true"
  42. width="20"
  43. top="2"
  44. layout="topleft"
  45. left_pad="4"
  46. image_disabled="ComboButton_UpOff"
  47. image_unselected="ComboButton_UpOff"
  48. image_selected="ComboButton_On"
  49. image_pressed="ComboButton_UpSelected"
  50. image_pressed_selected="ComboButton_Selected"
  51. height="23"
  52. name="show_nearby_chat"
  53. tool_tip="Shows/hides nearby chat log">
  54. <button.init_callback
  55. function="Button.SetDockableFloaterToggle"
  56. parameter="nearby_chat" />
  57. </button>
  58. </panel>