Skip to content

Commit 9a15064

Browse files
author
mhugent
committedFeb 16, 2010
Higher maximum spin values (for use with map units)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12950 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 40256fa commit 9a15064

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/ui/qgssymbolv2selectordialogbase.ui

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@
128128
<property name="decimals">
129129
<number>2</number>
130130
</property>
131+
<property name="maximum">
132+
<double>99999.000000000000000</double>
133+
</property>
131134
<property name="value">
132135
<double>1.000000000000000</double>
133136
</property>
@@ -175,6 +178,9 @@
175178
<property name="decimals">
176179
<number>2</number>
177180
</property>
181+
<property name="maximum">
182+
<double>99999.000000000000000</double>
183+
</property>
178184
<property name="value">
179185
<double>1.000000000000000</double>
180186
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.