summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_chat_bar.xml
blob: 63992462b34a33973cdd5675a6ad6eadfb203399 (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
80
81
82
83
84
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 open_positioning="specified"
 specified_left="10"
 specified_bottom="10"
 height="60"
 layout="topleft"
 legacy_header_height="25"
 single_instance="true"
 title="NEARBY CHAT"
 save_rect="true"
 save_visibility="true"
 can_close="true"
 can_minimize="true"
 help_topic="chat_bar"
 min_height="60"
 min_width="150"
 can_resize="true"
 default_tab_group="1"
 name="chat_bar"
 width="300">
    <panel
        top="20"
        class="panel_nearby_chat"
        follow="all"
        width="300"
        height="0"
        visible="false"
        filename="panel_nearby_chat.xml"
        name="nearby_chat" />
    <panel width="300" 
           height="31" 
           left="0" 
           name="bottom_panel"
           bottom="-1" 
           follows="left|right|bottom" 
           tab_group="1">
      <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_bytes="1023"
        name="chat_box"
        text_pad_left="5"
        text_pad_right="25"
        tool_tip="Press Enter to say, Ctrl+Enter to shout"
        top="2"
        width="255" />
      <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="6"
        visible="true"
        width="20" />
      <button
        follows="right"
        is_toggle="true"
        width="20"
        top="2"
        layout="topleft"
        left_pad="12"
        image_disabled="ComboButton_UpOff"
        image_unselected="ComboButton_UpOff"
        image_selected="ComboButton_On"
        image_pressed="ComboButton_UpSelected"
        image_pressed_selected="ComboButton_Selected"
        height="23"
        chrome="true"
        name="show_nearby_chat"
        tool_tip="Shows/hides nearby chat log">
      </button>
    </panel>
</floater>