kopia lustrzana https://gitlab.com/eliggett/wfview
Fixed bug where power and mic only went to 37% (this is value 99 instead
of 255).audioplugins
rodzic
a0e9392617
commit
ac1c62ef43
|
@ -459,6 +459,9 @@
|
|||
<property name="toolTip">
|
||||
<string>Transmit Power</string>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>255</number>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
|
@ -501,6 +504,9 @@
|
|||
<property name="toolTip">
|
||||
<string>Mic Gain</string>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>255</number>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
|
|
Ładowanie…
Reference in New Issue