summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_nearby_chat_bar.xml
blob: 2182163da5bd88dd2826d379028751758cfed9f3 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 default_tab_group="1"
 follows="left|bottom|right"
 height="25"
 layout="topleft"
 left="0"
 name="chat_bar"
 top="21"
 width="310">
    <string name="min_width">
        310
    </string>
    <string name="max_width">
        320
    </string>
    <line_editor
     border_style="line"
     border_thickness="1"
     follows="left|right"
     height="23"
     label="Click here to chat."
     layout="topleft"
     left_delta="7"
     left="0"
     max_length="254"
     name="chat_box"
     tool_tip="Press Enter to say, Ctrl+Enter to shout"
     top="0"
     width="250" />
    <output_monitor
     auto_update="true"
     follows="right"
     draw_border="false"
     height="16"
     layout="topleft"
     left_pad="-24"
     mouse_opaque="true"
     name="chat_zone_indicator"
     top="4"
     visible="true"
     width="20" />
    <button
     follows="right"
     width="45"
     top="0"
     layout="topleft"
     left_pad="8"
     label="Log"
     height="23"
     tool_tip="Show/hide nearby chat log">
    <button.commit_callback function="Floater.Toggle" parameter="nearby_chat"/>
    </button>
</panel>