Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enhanced maximum value for digitizing double spin boxes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8087 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jan 29, 2008
1 parent c6dbdf1 commit a6b7f14
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -5,7 +5,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>848</width>
<width>868</width>
<height>506</height>
</rect>
</property>
Expand Down Expand Up @@ -797,7 +797,11 @@
</spacer>
</item>
<item>
<widget class="QDoubleSpinBox" name="mDefaultSnappingToleranceSpinBox" />
<widget class="QDoubleSpinBox" name="mDefaultSnappingToleranceSpinBox" >
<property name="maximum" >
<double>9999.989999999999782</double>
</property>
</widget>
</item>
</layout>
</item>
Expand Down Expand Up @@ -830,7 +834,11 @@
</spacer>
</item>
<item>
<widget class="QDoubleSpinBox" name="mSearchRadiusVertexEditSpinBox" />
<widget class="QDoubleSpinBox" name="mSearchRadiusVertexEditSpinBox" >
<property name="maximum" >
<double>9999.989999999999782</double>
</property>
</widget>
</item>
</layout>
</item>
Expand Down

0 comments on commit a6b7f14

Please sign in to comment.