Skip to content

Commit

Permalink
Update max value for null size in size assistant
Browse files Browse the repository at this point in the history
(required for sizes in map units, where large values are needed)
  • Loading branch information
nyalldawson committed Jun 24, 2015
1 parent 32a72cd commit 8f3c58e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/ui/symbollayer/widget_size_scale.ui
Expand Up @@ -121,9 +121,6 @@
<height>16777215</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="1" colspan="3">
Expand Down Expand Up @@ -187,6 +184,12 @@
</item>
<item>
<widget class="QgsDoubleSpinBox" name="nullSizeSpinBox">
<property name="decimals">
<number>6</number>
</property>
<property name="maximum">
<double>99999999.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
Expand Down Expand Up @@ -230,7 +233,7 @@
<tabstop>minValueSpinBox</tabstop>
<tabstop>maxValueSpinBox</tabstop>
<tabstop>computeValuesButton</tabstop>
<tabstop>buttonBox</tabstop>
<tabstop>nullSizeSpinBox</tabstop>
<tabstop>treeView</tabstop>
</tabstops>
<resources/>
Expand Down

0 comments on commit 8f3c58e

Please sign in to comment.