Draft: Limit preferences precision value to max 10

This commit is contained in:
Yorik van Havre
2019-04-06 16:52:37 -03:00
parent 7660c428a5
commit 35ecc15a80

View File

@@ -220,6 +220,9 @@
<property name="toolTip">
<string>The number of decimals in internal coordinates operations (for ex. 3 = 0.001). Values between 6 and 8 are usually considered the best trade-off among FreeCAD users.</string>
</property>
<property name="maximum">
<number>10</number>
</property>
<property name="value">
<number>6</number>
</property>