Skip to content
Snippets Groups Projects
Commit ea5a60c8 authored by angela's avatar angela
Browse files

fix the layout issue for enable voice and listen position

parent 99e866fb
No related branches found
No related tags found
No related merge requests found
...@@ -236,11 +236,11 @@ ...@@ -236,11 +236,11 @@
width="22" /> width="22" />
<check_box <check_box
height="16" height="16"
control_name ="EnableVoiceChat" control_name ="EnableVoiceChat"
disabled_control="CmdLineDisableVoice" disabled_control="CmdLineDisableVoice"
label="Voice" label="Enable Voice"
layout="topleft" layout="topleft"
left="112" left="22"
name="enable_voice_check" name="enable_voice_check"
width="100"> width="100">
</check_box> </check_box>
...@@ -252,15 +252,16 @@ ...@@ -252,15 +252,16 @@
height="15" height="15"
increment="0.05" increment="0.05"
initial_value="0.5" initial_value="0.5"
label_width="160" label="Voice"
label_width="60"
layout="topleft" layout="topleft"
left="0" left="100"
name="Voice Volume" name="Voice Volume"
show_text="false" show_text="false"
slider_label.halign="right" slider_label.halign="right"
top_pad="-15" top_pad="-15"
volume="true" volume="true"
width="350"> width="250">
<slider.commit_callback <slider.commit_callback
function="Pref.setControlFalse" function="Pref.setControlFalse"
parameter="MuteVoice" /> parameter="MuteVoice" />
...@@ -293,39 +294,43 @@ ...@@ -293,39 +294,43 @@
Listen from: Listen from:
</text> </text>
<icon <icon
follows="left" follows="left"
height="18" height="18"
image_name="CameraView_Off" image_name="CameraView_Off"
name="camera_icon" name="camera_icon"
mouse_opaque="false" mouse_opaque="false"
visible="true" visible="true"
width="18" /> width="18" />
<icon <icon
follows="left" follows="left"
height="18" height="18"
image_name="Move_Walk_Off" image_name="Move_Walk_Off"
name="avatar_icon" name="avatar_icon"
mouse_opaque="false" mouse_opaque="false"
visible="true" visible="true"
width="18" /> width="18" />
<radio_group <radio_group
enabled_control="EnableVoiceChat" enabled_control="EnableVoiceChat"
control_name="VoiceEarLocation" control_name="VoiceEarLocation"
draw_border="false" draw_border="false"
left="0" follows="left"
left_delta="20"
top = "210"
width="221"
height="38"
name="ear_location"> name="ear_location">
<radio_item <radio_item
height="16" height="16"
label="Camera position" label="Camera position"
layout="topleft"
left_pad="1" left_pad="1"
follows="topleft"
name="0" name="0"
top_delta="-30" top_delta="-30"
width="200" /> width="200" />
<radio_item <radio_item
height="16" height="16"
follows="topleft"
label="Avatar position" label="Avatar position"
layout="topleft"
left_delta="0" left_delta="0"
name="1" name="1"
top_delta="19" top_delta="19"
...@@ -339,7 +344,7 @@ ...@@ -339,7 +344,7 @@
label="Input / Output Devices" label="Input / Output Devices"
layout="topleft" layout="topleft"
left="165" left="165"
top_pad="-12" top_pad="12"
name="device_settings_btn" name="device_settings_btn"
width="190" /> width="190" />
<panel <panel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment