summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_im_session.xml
blob: 7c95fcd96a31294de6c3bb2c6c3ada540fad939d (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 background_visible="true"
 follows="left|top|right|bottom"
 height="200"
 layout="topleft"
 left="0"
 name="panel_im"
 top="0"
 width="300">
  <text_editor
   enabled="false"
   type="string"
   length="1"
   top="20" 
   follows="left|top|right"
   font="SansSerif"
   height="175"
   layout="topleft"
   left="5"
   name="im_text"
   width="290"
   word_wrap="true">
  </text_editor>
</floater>