diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/panel_voice_remote.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/panel_voice_remote.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/panel_voice_remote.xml b/linden/indra/newview/skins/xui/en-us/panel_voice_remote.xml new file mode 100644 index 0000000..28cead3 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/panel_voice_remote.xml | |||
@@ -0,0 +1,12 @@ | |||
1 | <panel bg_visible="false" border="false" border_visible="false" bottom="-34" | ||
2 | enabled="true" follows="left|top" hidden="false" | ||
3 | mouse_opaque="true" name="music_remote" > | ||
4 | <button bottom="-22" height="22" label="" image_overlay="active_speakers.tga" left="2" name="speakers_btn" | ||
5 | tool_tip="Show list of residents using voice chat around you" width="38" /> | ||
6 | <button bottom="-22" height="22" label="Talk" left_delta="40" name="push_to_talk" | ||
7 | tab_stop="false" tool_tip="Hold the button to talk" width="64" /> | ||
8 | <button bottom="-19" height="16" image_selected="ptt_lock_on.tga" | ||
9 | image_unselected="ptt_lock_off.tga" label="" left_delta="4" name="ptt_lock" | ||
10 | scale_image="true" tool_tip="Click lock to switch to talk mode" width="16" /> | ||
11 | <icon name="voice_volume" left_delta="40" bottom="-19" width="16" height="16" image_name="icn_voice_ptt-off.tga"/> | ||
12 | </panel> | ||