summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_im_session.xml
blob: 95d40d297b6b65eeca41fba860ca5113a67547d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 background_visible="true"
 follows="all"
 height="350"
 layout="topleft"
 left="0"
 name="panel_im"
 top="0"
 can_close="false"
 can_dock="true"
 can_minimize="true"
 visible="true"
 width="300"
 can_resize="true"
 min_width="300"
 min_height="350">
  <layout_stack
  follows="all"
  height="350"
  width="300"
  layout="topleft"
  orientation="horizontal"
  name="im_panels"
  top="20"
  left="0">
    <layout_panel
      name="panel_im_control_panel"
      layout="topleft"
      follows="left"
      label="IM Control Panel"
      auto_resize="false"
      user_resize="false" />
    <layout_panel
       left="0"
       top="0"
	   width="180"
       user_resize="false">
        <button
          height="20"
          follows="left|top"
          top="0"
          left="2"
          image_overlay="TabIcon_Open_Off"
          layout="topleft"
          width="25"
          name="slide_left_btn" />
         <button
          height="20"
          follows="left|top"
          top="0"
          left="2"
          image_overlay="TabIcon_Close_Off"
          width="25"
          name="slide_right_btn" />
        <chat_history
         length="1"
	 font="SansSerifSmall"
         follows="left|right|top"
         height="280"
         name="chat_history"
         parse_highlights="true"
         allow_html="true"
        left="1"
         width="180">
        </chat_history>
        <line_editor
         follows="left|right|top"
	 font="SansSerifSmall"
         height="20"
         label="To"
         name="chat_editor"
         top_pad="1"
         width="180">
        </line_editor>
    </layout_panel>
  </layout_stack>
</floater>