summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_sound_devices.xml
blob: dec0e9b6c620e3f44233ff24d9c04314684f41f3 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 border_visible="false"
 border="false"
 legacy_header_height="18"
 can_minimize="true"
 can_resize="false"
 can_close="false"
 chrome="true"
 save_dock_state="true"
 save_visibility="true"
 save_rect="true"
 single_instance="true"
 bevel_style="in"
 height="164"
 layout="topleft"
 name="floater_sound_devices"
 title="SOUND DEVICES"
 width="490">
  <panel
    layout="topleft"
    follows="all"
    filename="panel_sound_devices.xml"
    name="device_settings_panel"
    width="400"
    left="10"
    top="26"
    class="panel_voice_device_settings"/>
  <text
    name="voice_label"
    top="136"
    left="12"
    height="14"
    width="80"
    layout="topleft"
    >Voice Chat</text>
  <check_box
    layout="topleft"
    control_name="EnableVoiceChat"
    follows="bottom|left"
    top="138"
    left="80"
    name="enable_voice"
    width="100"
    height="14"
    label="Enabled"
    />
</floater>