mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[diagrams] Fix bar width maximum is too small for map unit sizes
Fixes #18791
This commit is contained in:
parent
16106b8cfa
commit
3228654e5b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user