Navigation Menu

Skip to content

Commit

Permalink
Update RegularPoints.py
Browse files Browse the repository at this point in the history
Fixes #15773
  • Loading branch information
pcav committed Oct 28, 2016
1 parent e1e3f86 commit 79e5911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/RegularPoints.py
Expand Up @@ -65,7 +65,7 @@ def defineCharacteristics(self):
self.addParameter(ParameterExtent(self.EXTENT,
self.tr('Input extent'), optional=False))
self.addParameter(ParameterNumber(self.SPACING,
self.tr('Point spacing/count'), 0.0001, 999999999.999999999, 0.0001))
self.tr('Point spacing/count'), 100, 999999999.999999999, 100))
self.addParameter(ParameterNumber(self.INSET,
self.tr('Initial inset from corner (LH side)'), 0.0, 9999.9999, 0.0))
self.addParameter(ParameterBoolean(self.RANDOMIZE,
Expand Down

0 comments on commit 79e5911

Please sign in to comment.