diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_sound.xml | 57 | 
1 files changed, 31 insertions, 26 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml index 01f0c26650..832c9775ce 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml @@ -236,11 +236,11 @@       width="22" />       <check_box       height="16" -   control_name ="EnableVoiceChat" -    disabled_control="CmdLineDisableVoice" -     label="Voice" +	 control_name ="EnableVoiceChat" +	 disabled_control="CmdLineDisableVoice" +     label="Enable Voice"       layout="topleft" -     left="112" +     left="22"       name="enable_voice_check"       width="100">      </check_box> @@ -252,15 +252,16 @@       height="15"       increment="0.05"       initial_value="0.5" -     label_width="160" +	 label="Voice" +     label_width="60"       layout="topleft" -     left="0" +     left="100"       name="Voice Volume"       show_text="false"       slider_label.halign="right"       top_pad="-15"       volume="true" -     width="350"> +     width="250">          <slider.commit_callback           function="Pref.setControlFalse"           parameter="MuteVoice" /> @@ -293,39 +294,43 @@          Listen from:      </text>      <icon -          follows="left" -          height="18" -             image_name="CameraView_Off" -             name="camera_icon" -             mouse_opaque="false" -             visible="true" -             width="18" /> -         <icon -          follows="left" -             height="18" -             image_name="Move_Walk_Off" -             name="avatar_icon" -             mouse_opaque="false" -             visible="true" -             width="18" /> +	 follows="left" +	 height="18" +	 image_name="CameraView_Off" +	 name="camera_icon" +	 mouse_opaque="false" +	 visible="true" +	 width="18" /> +	<icon +	 follows="left" +	 height="18" +	 image_name="Move_Walk_Off" +	 name="avatar_icon" +	 mouse_opaque="false" +	 visible="true" +	 width="18" />     <radio_group       enabled_control="EnableVoiceChat"       control_name="VoiceEarLocation"       draw_border="false" -     left="0" +	 follows="left" +     left_delta="20" +	 top = "210" +	 width="221" +	 height="38"       name="ear_location">          <radio_item           height="16"           label="Camera position" -         layout="topleft"           left_pad="1" +		 follows="topleft"           name="0"           top_delta="-30"           width="200" />          <radio_item           height="16" +		 follows="topleft"           label="Avatar position" -         layout="topleft"           left_delta="0"           name="1"           top_delta="19" @@ -339,7 +344,7 @@       label="Input / Output  Devices"       layout="topleft"       left="165" -     top_pad="-12" +     top_pad="12"       name="device_settings_btn"       width="190" />      <panel | 
