Fixed normal axis scale for negative values

This commit is contained in:
Emil Sawicki
2022-03-14 15:02:56 +01:00
parent 8135ca07cf
commit b08fc0a044
2 changed files with 4 additions and 4 deletions

View File

@@ -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>