diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-01-16 10:21:50 +0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-16 10:21:50 +0700 |
commit | 3387ccc6f676636fe3fb8b11c8c371f627d74551 (patch) | |
tree | b45812499891d473784bb3ca66498c7cbc05300d | |
parent | dd64f1792d853e4d3e124ccd9b9600990880f50e (diff) | |
download | subsurface-3387ccc6f676636fe3fb8b11c8c371f627d74551.tar.gz |
Show old profile when starting Subsurface
Tomaz code had us start on the depth model tab (when built in debug mode).
It seems to make much more sense to still show the fully featured profile
by default.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/mainwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 26912614b..853ff8bf9 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -73,7 +73,7 @@ <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> - <number>1</number> + <number>0</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> |