blob: b5d95aeca43f06120b6f529494f3e5086ebc339e (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
border_visible="false"
border="false"
legacy_header_height="18"
can_minimize="true"
can_resize="true"
can_close="false"
save_dock_state="true"
save_visibility="true"
save_rect="true"
single_instance="true"
bevel_style="in"
height="140"
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"/>
</floater>
|