Skip to content

Commit a6b7f14

Browse files
author
mhugent
committed
Enhanced maximum value for digitizing double spin boxes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8087 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c6dbdf1 commit a6b7f14

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/ui/qgsoptionsbase.ui

+11-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<rect>
66
<x>0</x>
77
<y>0</y>
8-
<width>848</width>
8+
<width>868</width>
99
<height>506</height>
1010
</rect>
1111
</property>
@@ -797,7 +797,11 @@
797797
</spacer>
798798
</item>
799799
<item>
800-
<widget class="QDoubleSpinBox" name="mDefaultSnappingToleranceSpinBox" />
800+
<widget class="QDoubleSpinBox" name="mDefaultSnappingToleranceSpinBox" >
801+
<property name="maximum" >
802+
<double>9999.989999999999782</double>
803+
</property>
804+
</widget>
801805
</item>
802806
</layout>
803807
</item>
@@ -830,7 +834,11 @@
830834
</spacer>
831835
</item>
832836
<item>
833-
<widget class="QDoubleSpinBox" name="mSearchRadiusVertexEditSpinBox" />
837+
<widget class="QDoubleSpinBox" name="mSearchRadiusVertexEditSpinBox" >
838+
<property name="maximum" >
839+
<double>9999.989999999999782</double>
840+
</property>
841+
</widget>
834842
</item>
835843
</layout>
836844
</item>

0 commit comments

Comments
 (0)