diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-02 05:55:37 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-02 05:55:37 -0300 |
commit | 3fe3426b14e95c1b03f320490b0f888cad15b884 (patch) | |
tree | b650774a922a48617834daf1cb841c8ee0aba2f1 /qt-ui/mainwindow.ui | |
parent | 0c56a8c1b099ade7d3c1e76b1e434dfdf8988e6f (diff) | |
download | subsurface-3fe3426b14e95c1b03f320490b0f888cad15b884.tar.gz |
Fixe: Show the profile and info window on opening.
Fixed showing the profile and info window when opening
the program. For some reason ( easy testing of the planner )
the planner was being opened instead of the profile and
info window. now everything's back to normal.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 21defae8d..05a59524e 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -26,7 +26,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"> @@ -45,7 +45,7 @@ </widget> <widget class="QStackedWidget" name="stackedWidget"> <property name="currentIndex"> - <number>1</number> + <number>0</number> </property> <widget class="QWidget" name="page_5"> <layout class="QHBoxLayout" name="horizontalLayout"> |