Skip to content

Commit

Permalink
Allow 2 decimals for raster contour intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogodet authored and github-actions[bot] committed Jun 21, 2021
1 parent 8c50902 commit eaa6888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgsrastercontourrendererwidget.ui
Expand Up @@ -34,7 +34,7 @@
<item row="1" column="1">
<widget class="QgsDoubleSpinBox" name="mContourIntervalSpinBox">
<property name="decimals">
<number>1</number>
<number>2</number>
</property>
<property name="minimum">
<double>0.100000000000000</double>
Expand Down Expand Up @@ -77,7 +77,7 @@
<item row="3" column="1">
<widget class="QgsDoubleSpinBox" name="mIndexContourIntervalSpinBox">
<property name="decimals">
<number>1</number>
<number>2</number>
</property>
<property name="maximum">
<double>999999.000000000000000</double>
Expand Down Expand Up @@ -117,7 +117,7 @@
<item row="5" column="1">
<widget class="QgsDoubleSpinBox" name="mDownscaleSpinBox">
<property name="decimals">
<number>1</number>
<number>2</number>
</property>
<property name="minimum">
<double>1.000000000000000</double>
Expand Down

0 comments on commit eaa6888

Please sign in to comment.