Skip to content

Commit 4e154fb

Browse files
author
g_j_m
committedDec 1, 2006
Set the max value for the identify search radius spinbox to 100
git-svn-id: http://svn.osgeo.org/qgis/trunk@6161 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e826214 commit 4e154fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ui/qgsoptionsbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ p, li { white-space: pre-wrap; }
440440
<string>%</string>
441441
</property>
442442
<property name="maximum" >
443-
<double>1000.000000000000000</double>
443+
<double>100.000000000000000</double>
444444
</property>
445445
<property name="singleStep" >
446446
<double>0.010000000000000</double>

0 commit comments

Comments
 (0)
Please sign in to comment.