Skip to content

Commit

Permalink
[rotated_ticks] allow to input decimal numbers in skip low angled param
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang authored and nyalldawson committed Sep 13, 2020
1 parent ca87343 commit 3d0017e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/layout/qgslayoutmapgridwidgetbase.ui
Expand Up @@ -590,7 +590,7 @@
<string> °</string>
</property>
<property name="decimals">
<number>0</number>
<number>2</number>
</property>
<property name="maximum">
<double>90.000000000000000</double>
Expand Down Expand Up @@ -774,7 +774,7 @@
<string> °</string>
</property>
<property name="decimals">
<number>0</number>
<number>2</number>
</property>
<property name="maximum">
<double>90.000000000000000</double>
Expand Down

0 comments on commit 3d0017e

Please sign in to comment.