Skip to content

Commit 3228654

Browse files
committed
[diagrams] Fix bar width maximum is too small for map unit sizes
Fixes #18791
1 parent 16106b8 commit 3228654

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/ui/qgsdiagrampropertiesbase.ui

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,9 +679,18 @@
679679
</item>
680680
<item row="1" column="1" colspan="3">
681681
<widget class="QgsDoubleSpinBox" name="mBarWidthSpinBox">
682+
<property name="decimals">
683+
<number>5</number>
684+
</property>
682685
<property name="minimum">
683686
<double>0.010000000000000</double>
684687
</property>
688+
<property name="maximum">
689+
<double>99999.990000000005239</double>
690+
</property>
691+
<property name="singleStep">
692+
<double>0.200000000000000</double>
693+
</property>
685694
<property name="value">
686695
<double>5.000000000000000</double>
687696
</property>

0 commit comments

Comments
 (0)