aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/preferences.ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-13 13:02:39 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-13 13:02:39 +0900
commit17b5618c3984cbeef3b14a222f259e4f83fe9f28 (patch)
tree63bd332dcc61583463e26edbb5211db46bc75c69 /qt-ui/preferences.ui
parentd06e6b7d20f12e3fe4fdf7ac8e1c6e99f1c5c4ea (diff)
downloadsubsurface-17b5618c3984cbeef3b14a222f259e4f83fe9f28.tar.gz
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>
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r--qt-ui/preferences.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui
index b02e7f13a..960c31c57 100644
--- a/qt-ui/preferences.ui
+++ b/qt-ui/preferences.ui
@@ -620,7 +620,7 @@
</widget>
</item>
<item>
- <widget class="QSpinBox" name="maxppo2">
+ <widget class="QDoubleSpinBox" name="maxppo2">
<property name="enabled">
<bool>false</bool>
</property>