Fixed max grid spacing setting in Draft

This commit is contained in:
Yorik van Havre
2012-04-12 11:34:30 -03:00
parent c44676c1e7
commit feaaa25c6f
2 changed files with 305 additions and 297 deletions

View File

@@ -694,6 +694,12 @@
<property name="toolTip">
<string>The spacing between each grid line</string>
</property>
<property name="decimals">
<number>4</number>
</property>
<property name="maximum">
<double>9999.989999999999782</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>