1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-03-22 12:08:43 -04:00

Increase the Fcal range to +/- 50000.

This commit is contained in:
Joe Taylor 2024-01-01 07:31:04 -05:00
parent 3ebf72076c
commit 1d21dff93f

View File

@ -185,10 +185,10 @@
<item>
<widget class="QSpinBox" name="fCalSpinBox">
<property name="minimum">
<number>-20000</number>
<number>-50000</number>
</property>
<property name="maximum">
<number>20000</number>
<number>50000</number>
</property>
</widget>
</item>