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 27, 2018
1 parent 236a53e commit 269edfd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,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 269edfd

Please sign in to comment.