Skip to content

Commit

Permalink
Fix parameter's label
Browse files Browse the repository at this point in the history
Because all values are in layer units now and they can be overridden
  • Loading branch information
DelazJ authored and nyalldawson committed Aug 31, 2018
1 parent 7eb5db3 commit 72331fe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ def initAlgorithm(self, config=None):
self.addParameter(QgsProcessingParameterFeatureSource(self.INPUT, self.tr('Input layer'),
[QgsProcessing.TypeVectorPolygon]))
self.addParameter(QgsProcessingParameterDistance(self.TOLERANCE,
self.tr('Tolerance (layer units)'),
self.tr('Tolerance'),
parentParameterName=self.INPUT,
defaultValue=1.0, minValue=0.0))

Expand Down

0 comments on commit 72331fe

Please sign in to comment.