Skip to content

Commit 899a11d

Browse files
author
wonder
committedNov 13, 2010
Better default value for the number of classes in graduated symbol renderer (old symbology)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14620 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6c48ce4 commit 899a11d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/ui/qgsgraduatedsymboldialogbase.ui

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@
151151
<height>20</height>
152152
</size>
153153
</property>
154+
<property name="minimum">
155+
<number>1</number>
156+
</property>
157+
<property name="value">
158+
<number>5</number>
159+
</property>
154160
</widget>
155161
</item>
156162
<item row="3" column="0">

0 commit comments

Comments
 (0)
Please sign in to comment.