Fix the type of the for the Suunto max depth

The type is now a double. It was a int during development, but due to
the feet/128 precision i changed it to a Double, but the default value
wasn't changed type on.
All the Qt tools swallowed the number there without complaining but the
Qt designer insisted on changing it to a double.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-10-16 01:13:58 +02:00 committed by Dirk Hohndel
parent fce83b953d
commit 29851d956f

View file

@ -916,7 +916,7 @@
<bool>true</bool>
</property>
<property name="maximum">
<number>200</number>
<double>200.000000000000000</double>
</property>
</widget>
</item>