diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-30 20:53:53 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-30 20:53:53 -0700 |
commit | 37ee0baf5875f34b53af7c2333388b8998c00ef4 (patch) | |
tree | 53476374ae6c6540119f5bd258b06654cf24c648 | |
parent | 1ac0b00662e55ead4c1ddc1335e548cb846585db (diff) | |
download | subsurface-37ee0baf5875f34b53af7c2333388b8998c00ef4.tar.gz |
Main Window: start showing dive list and globe
Fixes #571
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/mainwindow.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 78565ae25..206b2272a 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -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"> <property name="sizePolicy"> @@ -656,7 +656,7 @@ p, li { white-space: pre-wrap; } <x>0</x> <y>0</y> <width>1682</width> - <height>22</height> + <height>19</height> </rect> </property> <widget class="QMenu" name="menuFile"> |