Skip to content

Commit

Permalink
Allow to set negative offsets for grid decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Aug 14, 2021
1 parent 3e28304 commit fc306ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgsdecorationgriddialog.ui
Expand Up @@ -54,6 +54,9 @@
</item>
<item row="10" column="2">
<widget class="QgsDoubleSpinBox" name="mOffsetYEdit">
<property name="minimum">
<double>-10000000000000000.000000000000000</double>
</property>
<property name="maximum">
<double>10000000000000000.000000000000000</double>
</property>
Expand Down Expand Up @@ -231,6 +234,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum">
<double>-10000000000000000.000000000000000</double>
</property>
<property name="maximum">
<double>10000000000000000.000000000000000</double>
</property>
Expand Down

0 comments on commit fc306ed

Please sign in to comment.