From fa96ebeed73323d33dc1635a19cda8a24ed902b0 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 26 Jun 2013 15:07:51 +0300 Subject: Enable 'View->View Globe' For viewing the Globe section (pane) we need to collapse both the 'list' and the 'main' splitters. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index bac25a315..6036b3cd1 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -330,8 +330,8 @@ void MainWindow::on_actionViewInfo_triggered() void MainWindow::on_actionViewGlobe_triggered() { - ui->infoProfileSplitter->setSizes(BEHAVIOR << COLLAPSED << EXPANDED); - ui->mainSplitter->setSizes( BEHAVIOR << COLLAPSED << EXPANDED); + ui->mainSplitter->setSizes(BEHAVIOR << COLLAPSED << EXPANDED); + ui->listGlobeSplitter->setSizes(BEHAVIOR << COLLAPSED << EXPANDED); } #undef BEHAVIOR -- cgit v1.2.3-70-g09d2