Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
allow entering of srid up to 1000000000
git-svn-id: http://svn.osgeo.org/qgis/trunk@11791 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 10, 2009
1 parent d316cd8 commit daa4772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/spit/qgsspitbase.ui
Expand Up @@ -244,7 +244,7 @@
<item row="1" column="2" colspan="4" >
<widget class="QSpinBox" name="spinSrid" >
<property name="maximum" >
<number>1000000</number>
<number>1000000000</number>
</property>
<property name="minimum" >
<number>-1</number>
Expand Down

0 comments on commit daa4772

Please sign in to comment.