Skip to content

Commit

Permalink
Increase maximum size of diagram spinbox (fix #14282)
Browse files Browse the repository at this point in the history
(cherry-picked from 087e148)
  • Loading branch information
nyalldawson committed Feb 23, 2016
1 parent f744227 commit 1187e72
Showing 1 changed file with 41 additions and 4 deletions.
45 changes: 41 additions & 4 deletions src/ui/qgsdiagrampropertiesbase.ui
Expand Up @@ -11,7 +11,16 @@
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -404,7 +413,16 @@
<enum>QFrame::Plain</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand All @@ -422,7 +440,16 @@
<item>
<widget class="QWidget" name="mAttributeBasedScalingOptions" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -529,7 +556,17 @@ Leave empty to automatically apply the maximum value.</string>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="mIncreaseMinimumSizeSpinBox"/>
<widget class="QDoubleSpinBox" 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_5">
Expand Down

0 comments on commit 1187e72

Please sign in to comment.