Commit f36bbb2f authored by Lorenz Meier's avatar Lorenz Meier

Fix decimal places for command button

parent 738165c5
......@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1183</width>
<width>1235</width>
<height>430</height>
</rect>
</property>
......@@ -173,6 +173,9 @@
<property name="prefix">
<string>P5: </string>
</property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum">
<double>-2147483647.000000000000000</double>
</property>
......@@ -186,6 +189,9 @@
<property name="prefix">
<string>P6: </string>
</property>
<property name="decimals">
<number>7</number>
</property>
<property name="minimum">
<double>-2147483647.000000000000000</double>
</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment