blob: 304987c3d59c1470f7820dc744beee4ee8c506f9 (
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
|
<?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"
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="315">
<panel
layout="topleft"
follows="all"
filename="panel_sound_devices.xml"
name="device_settings_panel"
width="400"
left="2"
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>
|