Skip to content

Commit

Permalink
[composer] Negative position values should be allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 23, 2014
1 parent 27f296d commit 8e2def5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgscomposeritemwidgetbase.ui
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 8e2def5

Please sign in to comment.