mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 11:40:02 +03:00
Fixed normal axis scale for negative values
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
<item row="2" column="2">
|
||||
<widget class="QDoubleSpinBox" name="stepSpinBox">
|
||||
<property name="minimum">
|
||||
<double>-9999999.000000000000000</double>
|
||||
<double>0.000000000000000</double>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>9999999.990000000223517</double>
|
||||
@@ -209,4 +209,4 @@
|
||||
<slot>slotAddSeries()</slot>
|
||||
<slot>slotDeleteSeries()</slot>
|
||||
</slots>
|
||||
</ui>
|
||||
</ui>
|
||||
|
Reference in New Issue
Block a user