MaxPPO2 should be a double, not an int

This just fixes the spinner used in the preferences dialog.

Reported-by: Benjamin <nystire@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-11-13 13:02:39 +09:00
parent d06e6b7d20
commit 17b5618c39

View file

@ -620,7 +620,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QSpinBox" name="maxppo2"> <widget class="QDoubleSpinBox" name="maxppo2">
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>