aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-12 09:51:10 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-12 09:51:10 -0700
commit6227372c2f71c98c8cf84e2cbb34cb6619e9ec75 (patch)
tree65720d6b8ad2641768069df7b14b16000b8f955a
parent69139782dff1887229c8ac11e330a822938d2419 (diff)
downloadsubsurface-6227372c2f71c98c8cf84e2cbb34cb6619e9ec75.tar.gz
Planner: don't show the planner panes by default
With commit 708f19830e2a ("Planner: New plannerSettingsWidget") we suddenly started out showing the planner widget. Not useful. So let's switch us back to the default screen :-) Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--qt-ui/mainwindow.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui
index 918fc4bf1..8369b0e4b 100644
--- a/qt-ui/mainwindow.ui
+++ b/qt-ui/mainwindow.ui
@@ -38,7 +38,7 @@
</property>
<widget class="QStackedWidget" name="infoPane">
<property name="currentIndex">
- <number>1</number>
+ <number>0</number>
</property>
<widget class="QWidget" name="page">
<layout class="QHBoxLayout" name="horizontalLayout_3">
@@ -504,7 +504,7 @@
</property>
<widget class="QStackedWidget" name="diveListPane">
<property name="currentIndex">
- <number>1</number>
+ <number>0</number>
</property>
<widget class="DiveListView" name="ListWidget">
<property name="alternatingRowColors">
@@ -548,7 +548,7 @@
</widget>
<widget class="QStackedWidget" name="globePane">
<property name="currentIndex">
- <number>1</number>
+ <number>0</number>
</property>
<widget class="QWidget" name="stackedWidgetPage1" native="true">
<property name="sizePolicy">