diff options
author | Robert C. Helling <helling@atdotde.de> | 2019-09-08 16:55:00 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-09-11 14:55:33 +0100 |
commit | 00c902d66ca114836846132ba775e51e8003ab56 (patch) | |
tree | f5cfae6d083b052e9914925271252186ec1fbb5d /desktop-widgets | |
parent | dd423bffb9f248735311ab639639c7b1996d759c (diff) | |
download | subsurface-00c902d66ca114836846132ba775e51e8003ab56.tar.gz |
Show correct notes entry when switching on stops
When gas switching only on stops is selected, the notes
showed an extra line at the not realized stop depth. This
eliminates it. It also makes sure there are no 0 second
spurious entries. And gas switching takes more than zero
time (otherwise we would have to print a line of zero
duration for at the gas switch depth).
Reported-by: tormento <turment@gmail.com>
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/plannerSettings.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/plannerSettings.ui b/desktop-widgets/plannerSettings.ui index 6335b9b1c..f22d0db45 100644 --- a/desktop-widgets/plannerSettings.ui +++ b/desktop-widgets/plannerSettings.ui @@ -336,7 +336,7 @@ <string/> </property> <property name="minimum"> - <number>0</number> + <number>1</number> </property> <property name="maximum"> <number>9</number> |