Increase minimum sound volume
This commit is contained in:
parent
75b60c2fda
commit
9ef4ec3f19
1 changed files with 6 additions and 6 deletions
|
@ -52,7 +52,7 @@
|
|||
<halign>left</halign>
|
||||
<label>Cockpit Volume</label>
|
||||
<property>/systems/acconfig/options/sound/interior-volume</property>
|
||||
<min>0.0</min>
|
||||
<min>0.25</min>
|
||||
<max>1.5</max>
|
||||
<x>10</x>
|
||||
<y>50</y>
|
||||
|
@ -66,7 +66,7 @@
|
|||
<halign>left</halign>
|
||||
<label>Exterior Volume</label>
|
||||
<property>/systems/acconfig/options/sound/exterior-volume</property>
|
||||
<min>0.0</min>
|
||||
<min>0.25</min>
|
||||
<max>1.5</max>
|
||||
<x>10</x>
|
||||
<y>50</y>
|
||||
|
@ -81,7 +81,7 @@
|
|||
<halign>left</halign>
|
||||
<label>Wing Volume</label>
|
||||
<property>/systems/acconfig/options/sound/wing-volume</property>
|
||||
<min>0.0</min>
|
||||
<min>0.25</min>
|
||||
<max>1.5</max>
|
||||
<x>10</x>
|
||||
<y>50</y>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<halign>left</halign>
|
||||
<label>Avionics Volume</label>
|
||||
<property>/systems/acconfig/options/sound/avionics-volume</property>
|
||||
<min>0.0</min>
|
||||
<min>0.25</min>
|
||||
<max>1.5</max>
|
||||
<x>10</x>
|
||||
<y>50</y>
|
||||
|
@ -125,7 +125,7 @@
|
|||
<halign>left</halign>
|
||||
<label>Effects Volume</label>
|
||||
<property>/systems/acconfig/options/sound/effects-volume</property>
|
||||
<min>0.0</min>
|
||||
<min>0.25</min>
|
||||
<max>1.5</max>
|
||||
<x>10</x>
|
||||
<y>50</y>
|
||||
|
@ -140,7 +140,7 @@
|
|||
<halign>left</halign>
|
||||
<label>Mechanical Volume</label>
|
||||
<property>/systems/acconfig/options/sound/mechanical-volume</property>
|
||||
<min>0.0</min>
|
||||
<min>0.25</min>
|
||||
<max>1.5</max>
|
||||
<x>10</x>
|
||||
<y>50</y>
|
||||
|
|
Reference in a new issue