mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Increase the Fcal range to +/- 50000.
This commit is contained in:
parent
3ebf72076c
commit
1d21dff93f
@ -185,10 +185,10 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QSpinBox" name="fCalSpinBox">
|
<widget class="QSpinBox" name="fCalSpinBox">
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>-20000</number>
|
<number>-50000</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>20000</number>
|
<number>50000</number>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user