mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-10 10:32:33 -04:00
Limit maximums start frequency of widegraph to 4900Hz to ensure that analysis window width is at least 100Hz.
This commit is contained in:
parent
750bf569f3
commit
4d35c669d6
@ -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