Skip to content
Snippets Groups Projects
Commit f70480e3 authored by Alexandrea Fride's avatar Alexandrea Fride
Browse files

STORM-1406 [ENG LAYOUT] Viewer - Overlapping text in Input/Output devices preference

with help from Jonathan Yap
parent ca89422f
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ Ales Beaumont
Alexandrea Fride
STORM-255
STORM-960
STORM-1406
Alissa Sabre
VWR-81
VWR-83
......@@ -446,6 +447,7 @@ Jonathan Yap
STORM-1313
STORM-899
STORM-1273
STORM-1406
Kage Pixel
VWR-11
Ken March
......
......@@ -385,7 +385,7 @@
height="18"
image_name="Move_Walk_Off"
layout="topleft"
left_pad="170"
left_pad="170"
name="avatar_icon"
mouse_opaque="false"
visible="true"
......@@ -496,8 +496,8 @@
filename="panel_sound_devices.xml"
visiblity_control="ShowDeviceSettings"
name="device_settings_panel"
top="314"
width="345"
top_pad="0"
width="480"
left="18"
class="panel_voice_device_settings"/>
</panel>
......@@ -7,33 +7,46 @@
layout="topleft"
name="device_settings_panel"
width="360">
<panel.string
name="default_text">
Default
</panel.string>
<icon
height="18"
image_name="Microphone_On"
left_delta="4"
name="microphone_icon"
mouse_opaque="false"
top="7"
layout="topleft"
visible="true"
width="18" />
<text
<panel.string
name="default_text">
Default
</panel.string>
<icon
follows="left|top"
height="18"
image_name="Microphone_On"
left_delta="-5"
name="microphone_icon"
mouse_opaque="false"
top="7"
layout="topleft"
visible="true"
width="18" />
<icon
follows="left|top"
height="18"
image_name="Parcel_Voice_Dark"
layout="topleft"
left_pad="220"
name="speaker_icon"
mouse_opaque="false"
top_delta="0"
visible="true"
width="22" />
<text
type="string"
length="1"
font.style="BOLD"
font.style="BOLD"
follows="left|top"
height="16"
layout="topleft"
left_pad="3"
left_pad="-240"
top_delta="5"
name="Input"
width="70">
Input
</text>
<combo_box
width="60">
Input
</text>
<combo_box
height="23"
control_name="VoiceInputAudioDevice"
follows="left|top"
......@@ -42,33 +55,57 @@
max_chars="128"
name="voice_input_device"
top_delta="-5"
width="200" />
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left_delta="-70"
name="My volume label"
top_pad="4"
width="200">
My volume:
</text>
<slider_bar
control_name="AudioLevelMic"
follows="top|right|left"
height="17"
increment="0.025"
initial_value="1.0"
layout="topleft"
left_delta="-6"
max_val="2"
name="mic_volume_slider"
tool_tip="Change the volume using this slider"
top_pad="-1"
width="220" />
<text
width="150" />
<text
font.style="BOLD"
type="string"
length="1"
follows="left|top"
height="15"
layout="topleft"
left_pad="30"
name="Output"
top_delta="5"
width="60">
Output
</text>
<combo_box
control_name="VoiceOutputAudioDevice"
height="23"
follows="left|top"
layout="topleft"
left_pad="0"
max_chars="128"
name="voice_output_device"
top_delta="-4"
width="150" />
<text
type="string"
halign="left"
length="1"
follows="left|top"
height="16"
layout="topleft"
left_delta="-300"
name="My volume label"
top_pad="14"
width="200">
My volume:
</text>
<slider_bar
control_name="AudioLevelMic"
follows="top|right|left"
height="17"
increment="0.025"
initial_value="1.0"
layout="topleft"
left_delta="95"
max_val="2"
name="mic_volume_slider"
tool_tip="Change the volume using this slider"
top_pad="-18"
width="110" />
<text
type="string"
text_color="EmphasisColor"
length="1"
......@@ -79,8 +116,8 @@
name="wait_text"
top_delta="-1"
width="110">
Please wait
</text>
Please wait
</text>
<locate
follows="right|top"
height="20"
......@@ -121,35 +158,4 @@
name="bar4"
top_delta="0"
width="20" />
<icon
height="18"
image_name="Parcel_Voice_Light"
left="5"
name="speaker_icon"
mouse_opaque="false"
top_pad="3"
visible="true"
width="22" />
<text
font.style="BOLD"
type="string"
length="1"
follows="left|top"
height="15"
layout="topleft"
left_pad="0"
name="Output"
width="70">
Output
</text>
<combo_box
control_name="VoiceOutputAudioDevice"
height="23"
follows="left|top"
layout="topleft"
left_pad="0"
max_chars="128"
name="voice_output_device"
top_delta="-3"
width="200" />
</panel>
</panel>
\ No newline at end of file
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