summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_nearby_chat.xml
blob: edc1fb21e79602078e8d53e6681d04f8c58c2ea4 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
 follows="all"
 top="0"
 bottom_delta="10"
 help_topic="nearby_chat"
 layout="topleft"
 name="nearby_chat"
 width="242"
 height="169">
  <layout_stack
   follows="all"
   height="164"
   layout="topleft"
   left="0"
   name="stack"
   top="5"
   orientation="vertical"
   width="242">
    <layout_panel
     auto_resize="true"
     height="138"
     left_delta="0"
     layout="topleft"
     name="chat_history_lp"
     width="242">
      <chat_history
       bg_readonly_color="ChatHistoryBgColor"
       bg_writeable_color="ChatHistoryBgColor"
       follows="all"
       layout="topleft"
       left="5"
       left_widget_pad="0"
       height="138"
       name="chat_history"
       parse_highlights="true"
       parse_urls="true"
       right_widget_pad="5"
       text_color="ChatHistoryTextColor"
       text_readonly_color="ChatHistoryTextColor"
       top="0"
       width="237" />
    </layout_panel>
  </layout_stack>
</panel>