Browse Source

Fix decimal places for command button

QGC4.4
Lorenz Meier 11 years ago
parent
commit
f36bbb2f65
  1. 8
      src/ui/designer/QGCCommandButton.ui

8
src/ui/designer/QGCCommandButton.ui

@ -6,7 +6,7 @@ @@ -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 @@ @@ -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 @@ @@ -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>

Loading…
Cancel
Save