mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-03 21:57:48 -04:00
Limit widegraph Start frequency to be no larger than 4900Hz so that the width of the decoder analysis window will always be nonzero.
This commit is contained in:
parent
45427a08fe
commit
f979646084
@ -346,7 +346,7 @@
|
|||||||
<string>Start </string>
|
<string>Start </string>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>5000</number>
|
<number>4900</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="singleStep">
|
<property name="singleStep">
|
||||||
<number>100</number>
|
<number>100</number>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user