Increase maximum size of diagram spinbox (fix #14282)

This commit is contained in:
Nyall Dawson 2016-02-13 11:35:22 +11:00
parent 7489af8695
commit 087e1489e3

View File

@ -306,7 +306,7 @@
<item>
<widget class="QStackedWidget" name="mDiagramStackedWidget">
<property name="currentIndex">
<number>3</number>
<number>1</number>
</property>
<widget class="QWidget" name="mDiagramPage_Attributes">
<layout class="QVBoxLayout" name="verticalLayout_9">
@ -1151,7 +1151,17 @@
</widget>
</item>
<item>
<widget class="QgsDoubleSpinBox" name="mIncreaseMinimumSizeSpinBox"/>
<widget class="QgsDoubleSpinBox" name="mIncreaseMinimumSizeSpinBox">
<property name="decimals">
<number>6</number>
</property>
<property name="maximum">
<double>100000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.200000000000000</double>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">