Skip to content

Commit

Permalink
allow for more precise grid dimentions in vector grid tool
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15152 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
cfarmer committed Feb 10, 2011
1 parent 2868eea commit 01893af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/plugins/fTools/tools/frmVectorGrid.ui
Expand Up @@ -9,7 +9,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>377</width>
<width>438</width>
<height>459</height>
</rect>
</property>
Expand Down Expand Up @@ -195,7 +195,7 @@
<item row="0" column="2">
<widget class="QDoubleSpinBox" name="spnX">
<property name="decimals">
<number>4</number>
<number>10</number>
</property>
<property name="minimum">
<double>0.000100000000000</double>
Expand Down Expand Up @@ -260,7 +260,7 @@
<bool>false</bool>
</property>
<property name="decimals">
<number>4</number>
<number>10</number>
</property>
<property name="minimum">
<double>0.000100000000000</double>
Expand Down

0 comments on commit 01893af

Please sign in to comment.