Skip to content

Commit

Permalink
[BACKPORT] increase maximum points count in Random Points tool
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 4, 2011
1 parent a06590f commit 482f36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/fTools/tools/frmRandPoints.ui
Expand Up @@ -77,7 +77,7 @@
<number>1</number>
</property>
<property name="maximum">
<number>9999</number>
<number>1000000</number>
</property>
</widget>
</item>
Expand Down Expand Up @@ -115,7 +115,7 @@
<number>1</number>
</property>
<property name="maximum">
<number>9999</number>
<number>1000000</number>
</property>
</widget>
</item>
Expand Down

0 comments on commit 482f36d

Please sign in to comment.