Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[layout] Fix max grid interval value
Increase the maximum value for mIntervalXSpinBox, mIntervalYSpinBox, mOffsetXSpinBox and mOffsetYSpinBox
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Aug 15, 2021
1 parent 376d8fb commit 2981fbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/layout/qgslayoutmapgridwidgetbase.ui
Expand Up @@ -229,7 +229,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 @@ -252,7 +252,7 @@
<number>12</number>
</property>
<property name="maximum">
<double>9999999.000000000000000</double>
<double>10000000000000.000000000000000</double>
</property>
</widget>
</item>
Expand Down Expand Up @@ -408,7 +408,7 @@
<number>12</number>
</property>
<property name="maximum">
<double>9999999.000000000000000</double>
<double>10000000000000.000000000000000</double>
</property>
</widget>
</item>
Expand All @@ -421,7 +421,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 2981fbf

Please sign in to comment.