STORM-787 Mute Gestures Button--moved check box down 2 lines
parent
8c998c5e8f
commit
0c8b3ea744
|
|
@ -314,17 +314,6 @@
|
|||
name="enable_voice_check"
|
||||
width="110"/>
|
||||
<!-- -->
|
||||
<check_box
|
||||
name="gesture_audio_play_btn"
|
||||
control_name="EnableGestureSounds"
|
||||
disabled_control="MuteAudio"
|
||||
value="true"
|
||||
follows="left|bottom|right"
|
||||
height="15"
|
||||
tool_tip="Check this to hear sounds from gestures"
|
||||
label="Play sounds from gestures"
|
||||
top_pad="1"
|
||||
left="25"/>
|
||||
<check_box
|
||||
name="media_auto_play_btn"
|
||||
control_name="ParcelMediaAutoPlayEnable"
|
||||
|
|
@ -346,7 +335,17 @@
|
|||
label="Play media attached to other avatars"
|
||||
left="25"
|
||||
width="230"/>
|
||||
|
||||
<check_box
|
||||
name="gesture_audio_play_btn"
|
||||
control_name="EnableGestureSounds"
|
||||
disabled_control="MuteAudio"
|
||||
value="true"
|
||||
follows="left|bottom|right"
|
||||
height="15"
|
||||
tool_tip="Check this to hear sounds from gestures"
|
||||
label="Play sounds from gestures"
|
||||
top_pad="1"
|
||||
left="25"/>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue