Skip to content

Commit

Permalink
Add some tooltips to simplification options
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and 3nids committed Feb 26, 2018
1 parent 295e1b5 commit 3235fec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgssimplifytolerancedialog.ui
Expand Up @@ -117,6 +117,9 @@
</item>
<item>
<widget class="QgsSpinBox" name="mIterationsSpin">
<property name="toolTip">
<string>Number of smooth iterations. More iterations results in smoother geometries, at the expense of greatly increasing the number of vertices in those geometries.</string>
</property>
<property name="minimum">
<number>1</number>
</property>
Expand All @@ -137,6 +140,9 @@
</item>
<item>
<widget class="QgsSpinBox" name="mOffsetSpin">
<property name="toolTip">
<string>Offset from existing vertices at which to insert smoothed vertices. Larger values result in &quot;looser&quot; smoothing, smaller values result in &quot;tight&quot; smoothing.</string>
</property>
<property name="suffix">
<string> %</string>
</property>
Expand Down

0 comments on commit 3235fec

Please sign in to comment.