Skip to content

Commit

Permalink
Fix for ticket #1058
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8409 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 7, 2008
1 parent fdf71fd commit 72cced7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -824,6 +824,9 @@
</item>
<item>
<widget class="QDoubleSpinBox" name="mSearchRadiusVertexEditSpinBox" >
<property name="decimals" >
<number>5</number>
</property>
<property name="maximum" >
<double>9999.989999999999782</double>
</property>
Expand Down Expand Up @@ -861,6 +864,9 @@
</item>
<item>
<widget class="QDoubleSpinBox" name="mDefaultSnappingToleranceSpinBox" >
<property name="decimals" >
<number>5</number>
</property>
<property name="maximum" >
<double>9999.989999999999782</double>
</property>
Expand Down

0 comments on commit 72cced7

Please sign in to comment.