Undo bad fix on Symbian.
[dorian] / mainwindow.cpp
index c8f5dfe..583928e 100755 (executable)
@@ -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();
 }