[composer] Negative position values should be allowed

This commit is contained in:
Nyall Dawson 2014-10-24 09:52:13 +11:00
parent 27f296df7d
commit 8e2def581a

View File

@ -138,6 +138,9 @@
<property name="decimals">
<number>3</number>
</property>
<property name="minimum">
<double>-9999999.000000000000000</double>
</property>
<property name="maximum">
<double>9999999.000000000000000</double>
</property>
@ -151,6 +154,9 @@
<property name="decimals">
<number>3</number>
</property>
<property name="minimum">
<double>-9999999.000000000000000</double>
</property>
<property name="maximum">
<double>9999999.000000000000000</double>
</property>