Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[diagrams] Fix bar width maximum is too small for map unit sizes
Fixes #18791

(cherry-picked from 3228654)
  • Loading branch information
nyalldawson committed May 3, 2018
1 parent 94f8db3 commit 8739547
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ui/qgsdiagrampropertiesbase.ui
Expand Up @@ -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>
Expand Down

0 comments on commit 8739547

Please sign in to comment.