[diagrams] Fix bar width maximum is too small for map unit sizes

Fixes #18791
This commit is contained in:
Nyall Dawson 2018-05-01 11:24:56 +10:00
parent 16106b8cfa
commit 3228654e5b

View File

@ -679,9 +679,18 @@
</item>
<item row="1" column="1" colspan="3">
<widget class="QgsDoubleSpinBox" name="mBarWidthSpinBox">
<property name="decimals">
<number>5</number>
</property>
<property name="minimum">
<double>0.010000000000000</double>
</property>
<property name="maximum">
<double>99999.990000000005239</double>
</property>
<property name="singleStep">
<double>0.200000000000000</double>
</property>
<property name="value">
<double>5.000000000000000</double>
</property>