Skip to content

Commit

Permalink
[curves tracing] followup : improve tooltip wording
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang committed Nov 19, 2020
1 parent 72b5574 commit d9b4c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -4905,7 +4905,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<item row="1" column="2">
<widget class="QgsDoubleSpinBox" name="mTracingCustomAngleToleranceSpinBox">
<property name="toolTip">
<string>Parameter used by the convert to curves algorithm when tracing curves.</string>
<string>This specifies the maximum angular deviation (in radians) allowed for a series of points to be converted to a curve.</string>
</property>
<property name="decimals">
<number>10</number>
Expand All @@ -4918,7 +4918,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<item row="2" column="2">
<widget class="QgsDoubleSpinBox" name="mTracingCustomDistanceToleranceSpinBox">
<property name="toolTip">
<string>Parameter used by the convert to curves algorithm when tracing curves.</string>
<string>This specifies the maximum deviation allowed between the original location of vertices and where they would fall on the candidate curved geometry for a series of points to be converted to a curve.</string>
</property>
<property name="decimals">
<number>10</number>
Expand Down

0 comments on commit d9b4c0f

Please sign in to comment.