diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_active_speakers.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/floater_active_speakers.xml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_active_speakers.xml b/linden/indra/newview/skins/xui/en-us/floater_active_speakers.xml new file mode 100644 index 0000000..bf7734e --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/floater_active_speakers.xml | |||
@@ -0,0 +1,72 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <floater | ||
3 | name="active_speakers" | ||
4 | title="Active Speakers" | ||
5 | width="250" | ||
6 | height="300" | ||
7 | rect_control="FloaterActiveSpeakersRect" | ||
8 | can_resize="true" | ||
9 | can_minimize="true" | ||
10 | can_close="true" | ||
11 | can_drag_on_left="false" | ||
12 | min_width="220" | ||
13 | min_height="200" | ||
14 | > | ||
15 | <panel name="active_speakers_panel" left="0" bottom="0" right="250" top="300" follows="left|top|right|bottom" mouse_opaque="false"> | ||
16 | <scroll_list | ||
17 | name="speakers_list" | ||
18 | left="10" | ||
19 | right="-10" | ||
20 | top="-20" | ||
21 | bottom="60" | ||
22 | column_padding="0" | ||
23 | can_resize="true" | ||
24 | follows="left|top|bottom|right" | ||
25 | draw_heading="true" | ||
26 | draw_stripes="false" | ||
27 | multi_select="false" | ||
28 | search_column="1" | ||
29 | > | ||
30 | <column name="icon_speaking_status" width="20" sort="speaking_status"/> | ||
31 | <column name="speaker_name" label="Name" dynamicwidth="true" /> | ||
32 | <column name="speaking_status" label="" width="0" /> | ||
33 | </scroll_list> | ||
34 | <panel | ||
35 | name="volume_container" | ||
36 | left="10" | ||
37 | right="-10" | ||
38 | height="30" | ||
39 | bottom="20" | ||
40 | border="true" | ||
41 | mouse_opaque="true" | ||
42 | bevel_style="in" | ||
43 | background_visible="false" | ||
44 | background_opaque="false" | ||
45 | follows="left|right|bottom" | ||
46 | bg_opaque_color="0,0,0,0.3" | ||
47 | bg_alpha_color="0,0,0,0" | ||
48 | can_resize="false" | ||
49 | > | ||
50 | <volume_slider | ||
51 | name="speaker_volume" | ||
52 | left_delta="10" | ||
53 | width="110" | ||
54 | bottom="5" | ||
55 | height="15" | ||
56 | follows="left|bottom" | ||
57 | min_val="0.0" | ||
58 | max_val="1.0" | ||
59 | increment="0.05" | ||
60 | initial_val="0.5" | ||
61 | /> | ||
62 | <button | ||
63 | name="mute_btn" | ||
64 | left_delta="115" | ||
65 | bottom_delta="-2" | ||
66 | width="70" | ||
67 | height="25" | ||
68 | label="Mute" | ||
69 | /> | ||
70 | </panel> | ||
71 | </panel> | ||
72 | </floater> | ||