Skip to content

Commit b0a9a84

Browse files
committedJun 1, 2016
[hillshade] increase z factor places
1 parent 6428f61 commit b0a9a84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/ui/raster/qghillshaderendererwidget.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
<verstretch>0</verstretch>
131131
</sizepolicy>
132132
</property>
133+
<property name="decimals">
134+
<number>8</number>
135+
</property>
133136
<property name="value">
134137
<double>1.000000000000000</double>
135138
</property>

1 commit comments

Comments
 (1)

nirvn commented on Jun 1, 2016

@nirvn
Contributor

Wouhou, thanks, now I can style my SRTM 1-arc DEMs :)

Please sign in to comment.