Navigation Menu

Skip to content

Commit

Permalink
change the default terrain elevation offset
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and nyalldawson committed Dec 11, 2020
1 parent 5496cb3 commit 1e086f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/3d/map3dconfigwidget.ui
Expand Up @@ -305,10 +305,10 @@
<item row="5" column="1" colspan="2">
<widget class="QgsDoubleSpinBox" name="terrainElevationOffsetSpinBox">
<property name="minimum">
<double>-1000.000000000000000</double>
<double>-1000000.000000000000000</double>
</property>
<property name="maximum">
<double>1000.000000000000000</double>
<double>1000000.000000000000000</double>
</property>
</widget>
</item>
Expand Down

0 comments on commit 1e086f2

Please sign in to comment.