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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 91 lines | 91 code | 0 blank | 0 comment | 0 complexity | 21101c8d839d3b60dda2bef775a4af01 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. background_visible="true"
  5. default_tab_group="1"
  6. height="355"
  7. help_topic="floater_im_box"
  8. layout="topleft"
  9. name="panel_im"
  10. can_dock="false"
  11. can_minimize="true"
  12. can_close="true"
  13. visible="false"
  14. width="394"
  15. can_resize="true"
  16. min_width="250"
  17. min_height="190">
  18. <layout_stack
  19. animate="true"
  20. default_tab_group="2"
  21. follows="all"
  22. height="320"
  23. width="394"
  24. layout="topleft"
  25. orientation="horizontal"
  26. name="im_panels"
  27. tab_group="1"
  28. top="20"
  29. left="0">
  30. <layout_panel
  31. name="im_control_panel_holder"
  32. min_width="115"
  33. width="150"
  34. height="320"
  35. auto_resize="false">
  36. <panel
  37. name="panel_im_control_panel"
  38. layout="topleft"
  39. height="320"
  40. width="150"
  41. follows="all"/>
  42. </layout_panel>
  43. <layout_panel
  44. default_tab_group="3"
  45. left="0"
  46. tab_group="2"
  47. top="0"
  48. height="200"
  49. width="254"
  50. user_resize="true">
  51. <button
  52. height="20"
  53. follows="left|top"
  54. top="0"
  55. left="2"
  56. image_overlay="TabIcon_Open_Off"
  57. layout="topleft"
  58. width="25"
  59. name="slide_left_btn" />
  60. <button
  61. height="20"
  62. follows="left|top"
  63. top="0"
  64. left="2"
  65. image_overlay="TabIcon_Close_Off"
  66. width="25"
  67. name="slide_right_btn" />
  68. <chat_history
  69. font="SansSerifSmall"
  70. follows="left|right|top|bottom"
  71. height="150"
  72. name="chat_history"
  73. parse_highlights="true"
  74. parse_urls="true"
  75. left="1"
  76. width="249">
  77. </chat_history>
  78. <line_editor
  79. bottom="0"
  80. follows="left|right|bottom"
  81. font="SansSerifSmall"
  82. height="20"
  83. label="To"
  84. layout="bottomleft"
  85. name="chat_editor"
  86. tab_group="3"
  87. width="249">
  88. </line_editor>
  89. </layout_panel>
  90. </layout_stack>
  91. </floater>