Ensure default FTol spin box range covers all possible values

This allows persistence between sessions to work correctly.
This commit is contained in:
Bill Somerville 2020-09-12 15:58:25 +01:00
parent 174893395b
commit e096b77bc1
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

@ -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>