summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_chat_item.xml
blob: 34c6e02684b7886d9c6653e0453d6e7028f65c22 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- All our XML is utf-8 encoded. -->
<panel
  name="instant_message"
  width="315"
  height="180"
  follows="all">
     <avatar_icon
        follows="left|top"
        height="18"
        image_name="Generic_Person"
        layout="topleft"
        left="3"
        mouse_opaque="true"
        name="avatar_icon"
        top="3"
        width="18" />
	<text_chat
      top="5"
      left="30"
      height="120"
      text_color="white"
      word_wrap="true"
      mouse_opaque="true"
      name="msg_text">
	</text_chat>
</panel>