X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mainwindow.cpp;h=583928ef92219d98030d3363420d6f7ec957e015;hb=85c0b056445b61ed2b914b407b2c8839c999010b;hp=c8f5dfe93646f7059993750de18f110579809ca8;hpb=7a3717897911dc312fc22afe687a42ed0afd1da1;p=dorian diff --git a/mainwindow.cpp b/mainwindow.cpp index c8f5dfe..583928e 100755 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -185,12 +185,8 @@ void MainWindow::showRegular() // Re-parent children fullScreenWindow->leaveBookView(); takeBookView(view, prog, prev, next); - fullScreenWindow->hide(); -#ifdef Q_OS_SYMBIAN - view->setFixedSize(Platform::availableSize().width(), - Platform::availableSize().height() - Platform::softKeyHeight()); -#endif + fullScreenWindow->hide(); show(); } @@ -201,11 +197,8 @@ void MainWindow::showBig() // Re-parent children leaveBookView(); fullScreenWindow->takeBookView(view, prog, prev, next); - hide(); -#ifdef Q_OS_SYMBIAN - view->setFixedSize(Platform::size()); -#endif + hide(); fullScreenWindow->showFullScreen(); }