Skip to content

Commit

Permalink
[layout] Fix max grid interval value
Browse files Browse the repository at this point in the history
Increase the maximum value for mIntervalXSpinBox, mIntervalYSpinBox, mOffsetXSpinBox and mOffsetYSpinBox
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Aug 13, 2021
1 parent 5126d6e commit 5dbaeb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/layout/qgslayoutmapgridwidgetbase.ui
Expand Up @@ -226,7 +226,7 @@
<number>12</number>
</property>
<property name="maximum">
<double>9999999.000000000000000</double>
<double>10000000000000.000000000000000</double>
</property>
<property name="showClearButton" stdset="0">
<bool>true</bool>
Expand All @@ -249,7 +249,7 @@
<number>12</number>
</property>
<property name="maximum">
<double>9999999.000000000000000</double>
<double>10000000000000.000000000000000</double>
</property>
</widget>
</item>
Expand Down Expand Up @@ -405,7 +405,7 @@
<number>12</number>
</property>
<property name="maximum">
<double>9999999.000000000000000</double>
<double>10000000000000.000000000000000</double>
</property>
</widget>
</item>
Expand All @@ -418,7 +418,7 @@
<number>12</number>
</property>
<property name="maximum">
<double>9999999.000000000000000</double>
<double>10000000000000.000000000000000</double>
</property>
</widget>
</item>
Expand Down

0 comments on commit 5dbaeb2

Please sign in to comment.