Skip to content

Commit 2d509fa

Browse files
author
jef
committed
allow entering of srid up to 1000000000
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11791 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0e13911 commit 2d509fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/spit/qgsspitbase.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<item row="1" column="2" colspan="4" >
245245
<widget class="QSpinBox" name="spinSrid" >
246246
<property name="maximum" >
247-
<number>1000000</number>
247+
<number>1000000000</number>
248248
</property>
249249
<property name="minimum" >
250250
<number>-1</number>

0 commit comments

Comments
 (0)