[Mesh] Deviation preference can't be 0 ; fixes #4171

Prevent user to involuntarily set deviation value to 0 which makes FC to lag
https://forum.freecadweb.org/viewtopic.php?f=3&t=40214
This commit is contained in:
0penBrain
2020-04-08 12:14:19 +02:00
committed by Yorik van Havre
parent d06df87c4b
commit 6edcc8e95a

View File

@@ -31,7 +31,7 @@
<string notr="true">mm</string>
</property>
<property name="minimum">
<double>0.000000000000000</double>
<double>0.000010000000000</double>
</property>
<property name="maximum">
<double>100000000.000000000000000</double>