diff -r 0f80a0f39475 -r e26c25b72a12 Seafood/mainwindow.cpp --- a/Seafood/mainwindow.cpp Thu Apr 08 19:31:52 2010 -0700 +++ b/Seafood/mainwindow.cpp Wed Apr 14 10:40:46 2010 -0700 @@ -23,6 +23,7 @@ this->fishDb = new Fishes(this); this->stackedWidget = new QStackedWidget; + this->stackedWidget->setSizePolicy(QSizePolicy::Maximum,QSizePolicy::Maximum); // lists of fish this->tabWidget = new QTabWidget;