Skip to content

Commit be36ee5

Browse files
author
mhugent
committed
Fix for ticket #1058
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8409 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f1d3377 commit be36ee5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ui/qgsoptionsbase.ui

+6
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,9 @@
824824
</item>
825825
<item>
826826
<widget class="QDoubleSpinBox" name="mSearchRadiusVertexEditSpinBox" >
827+
<property name="decimals" >
828+
<number>5</number>
829+
</property>
827830
<property name="maximum" >
828831
<double>9999.989999999999782</double>
829832
</property>
@@ -861,6 +864,9 @@
861864
</item>
862865
<item>
863866
<widget class="QDoubleSpinBox" name="mDefaultSnappingToleranceSpinBox" >
867+
<property name="decimals" >
868+
<number>5</number>
869+
</property>
864870
<property name="maximum" >
865871
<double>9999.989999999999782</double>
866872
</property>

0 commit comments

Comments
 (0)