diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-18 14:21:11 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-18 14:21:11 -0500 |
commit | 48fe5254dc9540f6b9fc13ab17029e6c7b8de975 (patch) | |
tree | 8eae17950a1f63766923f64ae48bfe5da50d67c5 /qt-ui/preferences.ui | |
parent | 0f1381f1609af6b9e7a09b3423741a4e713fbff4 (diff) | |
download | subsurface-48fe5254dc9540f6b9fc13ab17029e6c7b8de975.tar.gz |
Preferences: increment/decrement partial perssure values by .1
This defaulted to +/-1 which really isn't all that useful.
Fixes #703
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r-- | qt-ui/preferences.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 48592ae1d..c021ae872 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -612,6 +612,9 @@ <property name="enabled"> <bool>true</bool> </property> + <property name="singleStep"> + <double>0.100000000000000</double> + </property> </widget> </item> </layout> @@ -633,6 +636,9 @@ <property name="enabled"> <bool>true</bool> </property> + <property name="singleStep"> + <double>0.100000000000000</double> + </property> </widget> </item> </layout> @@ -654,6 +660,9 @@ <property name="enabled"> <bool>true</bool> </property> + <property name="singleStep"> + <double>0.100000000000000</double> + </property> </widget> </item> </layout> @@ -675,6 +684,9 @@ <property name="enabled"> <bool>true</bool> </property> + <property name="singleStep"> + <double>0.100000000000000</double> + </property> </widget> </item> </layout> |