Skip to content
Snippets Groups Projects
Commit f0654410 authored by Lis Pardi's avatar Lis Pardi
Browse files

ext-3297 Input/Output devices are cut off in preferences

parent d9ddaf4c
No related branches found
No related tags found
No related merge requests found
...@@ -400,6 +400,31 @@ ...@@ -400,6 +400,31 @@
name="voice_input_device" name="voice_input_device"
top_pad="-2" top_pad="-2"
width="200" /> width="200" />
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="165"
name="My volume label"
top_pad="5"
width="200">
My volume:
</text>
<slider_bar
control_name="AudioLevelMic"
follows="left|top"
height="17"
increment="0.05"
initial_value="1.0"
layout="topleft"
left="160"
max_val="2"
name="mic_volume_slider"
tool_tip="Change the volume using this slider"
top_pad="-2"
width="220" />
<text <text
type="string" type="string"
text_color="EmphasisColor" text_color="EmphasisColor"
...@@ -409,7 +434,7 @@ ...@@ -409,7 +434,7 @@
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
name="wait_text" name="wait_text"
top_delta="5" top_delta="0"
width="110"> width="110">
Please wait Please wait
</text> </text>
...@@ -418,7 +443,7 @@ ...@@ -418,7 +443,7 @@
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="bar0" name="bar0"
top_delta="-5" top_delta="0"
width="20" /> width="20" />
<locate <locate
height="20" height="20"
...@@ -454,7 +479,7 @@ ...@@ -454,7 +479,7 @@
left="80" left="80"
name="speaker_icon" name="speaker_icon"
mouse_opaque="false" mouse_opaque="false"
top_pad="4" top_pad="-8"
visible="true" visible="true"
width="22" /> width="22" />
<text <text
......
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