mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-12 07:06:17 -05:00
Ensure default FTol spin box range covers all possible values
This allows persistence between sessions to work correctly.
This commit is contained in:
parent
174893395b
commit
e096b77bc1
@ -741,7 +741,7 @@ QPushButton[state="ok"] {
|
||||
<string>F Tol </string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>10</number>
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>1000</number>
|
||||
|
Loading…
Reference in New Issue
Block a user