From 83426c59e12fdfeb29b793e47c078e4dbd633b10 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Thu, 14 Nov 2013 19:55:34 +0100 Subject: Planner: Default to GF from prefs. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/diveplanner.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt-ui/diveplanner.cpp') diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index b5d7f5d90..17c10ca1d 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -945,8 +945,8 @@ DivePlannerWidget::DivePlannerWidget(QWidget* parent, Qt::WindowFlags f): QWidge ui.ATMPressure->setText( "1013" ); ui.bottomSAC->setText("20"); ui.decoStopSAC->setText("17"); - ui.gflow->setValue(30); - ui.gfhigh->setValue(75); + ui.gflow->setValue(prefs.gflow); + ui.gfhigh->setValue(prefs.gfhigh); setMinimumWidth(0); setMinimumHeight(0); -- cgit v1.2.3-70-g09d2