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 | 93 |
1 files changed, 26 insertions, 67 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 index 259cb3d..69543b0 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_active_speakers.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_active_speakers.xml | |||
@@ -1,70 +1,29 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater | 2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" |
3 | name="active_speakers" | 3 | height="300" min_height="200" min_width="180" name="active_speakers" |
4 | title="Active Speakers" | 4 | rect_control="FloaterActiveSpeakersRect" title="Active Speakers" |
5 | width="250" | 5 | width="250"> |
6 | height="300" | 6 | <panel bottom="0" follows="left|top|right|bottom" left="0" mouse_opaque="false" |
7 | rect_control="FloaterActiveSpeakersRect" | 7 | name="active_speakers_panel" right="250" top="300"> |
8 | can_resize="true" | 8 | <scroll_list bottom="35" can_resize="true" column_padding="0" draw_heading="true" |
9 | can_minimize="true" | 9 | draw_stripes="false" follows="left|top|bottom|right" left="10" |
10 | can_close="true" | 10 | multi_select="false" name="speakers_list" right="-10" search_column="1" |
11 | can_drag_on_left="false" | 11 | sort_column="2" top="-20"> |
12 | min_width="180" | 12 | <column name="icon_speaking_status" sort="speaking_status" width="20" /> |
13 | min_height="200" | 13 | <column dynamicwidth="true" label="Name" name="speaker_name" /> |
14 | > | 14 | <column label="" name="speaking_status" width="0" /> |
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="35" | ||
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 | sort_column="2" | ||
30 | > | ||
31 | <column name="icon_speaking_status" width="20" sort="speaking_status"/> | ||
32 | <column name="speaker_name" label="Name" dynamicwidth="true" /> | ||
33 | <column name="speaking_status" label="" width="0" /> | ||
34 | </scroll_list> | 15 | </scroll_list> |
35 | <panel | 16 | <panel background_opaque="false" background_visible="false" bevel_style="in" |
36 | name="volume_container" | 17 | bg_alpha_color="0,0,0,0" bg_opaque_color="0,0,0,0.3" border="false" |
37 | left="10" | 18 | bottom="5" can_resize="false" follows="left|right|bottom" height="20" |
38 | right="-10" | 19 | left="10" mouse_opaque="true" name="volume_container" right="-10"> |
39 | height="20" | 20 | <volume_slider bottom="5" follows="left|bottom" height="15" increment="0.05" initial_val="0.5" |
40 | bottom="5" | 21 | left_delta="10" max_val="1.0" min_val="0.0" name="speaker_volume" |
41 | border="false" | 22 | width="110" /> |
42 | mouse_opaque="true" | 23 | <button bottom_delta="0" height="20" image_selected="icn_speaker-muted_dark.tga" |
43 | bevel_style="in" | 24 | image_unselected="icn_speaker_dark.tga" label="" left_delta="115" |
44 | background_visible="false" | 25 | name="mute_btn" toggle="true" tool_tip="Mute voice for this resident" |
45 | background_opaque="false" | 26 | width="25" /> |
46 | follows="left|right|bottom" | 27 | </panel> |
47 | bg_opaque_color="0,0,0,0.3" | ||
48 | bg_alpha_color="0,0,0,0" | ||
49 | can_resize="false" | ||
50 | > | ||
51 | <volume_slider | ||
52 | name="speaker_volume" | ||
53 | left_delta="10" | ||
54 | width="110" | ||
55 | bottom="5" | ||
56 | height="15" | ||
57 | follows="left|bottom" | ||
58 | min_val="0.0" | ||
59 | max_val="1.0" | ||
60 | increment="0.05" | ||
61 | initial_val="0.5" | ||
62 | /> | ||
63 | <button bottom_delta="0" height="20" | ||
64 | image_selected="icn_speaker-muted_dark.tga" | ||
65 | image_unselected="icn_speaker_dark.tga" label="" left_delta="115" | ||
66 | name="mute_btn" toggle="true" width="25" tool_tip="Mute voice for this resident"/> | ||
67 | |||
68 | </panel> | ||
69 | </panel> | 28 | </panel> |
70 | </floater> | 29 | </floater> |