[QGIS Commit] r15152 - trunk/qgis/python/plugins/fTools/tools
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Thu Feb 10 12:30:43 EST 2011
Author: cfarmer
Date: 2011-02-10 09:30:43 -0800 (Thu, 10 Feb 2011)
New Revision: 15152
Modified:
trunk/qgis/python/plugins/fTools/tools/frmVectorGrid.ui
Log:
allow for more precise grid dimentions in vector grid tool
Modified: trunk/qgis/python/plugins/fTools/tools/frmVectorGrid.ui
===================================================================
--- trunk/qgis/python/plugins/fTools/tools/frmVectorGrid.ui 2011-02-10 17:28:26 UTC (rev 15151)
+++ trunk/qgis/python/plugins/fTools/tools/frmVectorGrid.ui 2011-02-10 17:30:43 UTC (rev 15152)
@@ -9,7 +9,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>377</width>
+ <width>438</width>
<height>459</height>
</rect>
</property>
@@ -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>
@@ -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>
More information about the QGIS-commit
mailing list