mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Planner: Default to GF from prefs.
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bc6a1a4c53
commit
83426c59e1
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue