diff -r 79eeacfd15ff -r f3dbeee07821 Seafood/main.cpp --- a/Seafood/main.cpp Fri Mar 26 15:22:34 2010 -0700 +++ b/Seafood/main.cpp Wed Mar 31 16:09:36 2010 -0700 @@ -7,6 +7,7 @@ MainWindow w; w.createMenus(); w.setWindowTitle("Seafood T"); + w.setStyleSheet("* { background-color:rgb(199,147,88); padding: 7px ; color:rgb(255,255,255)}"); #if defined(Q_WS_S60) || defined(Q_WS_MAEMO_5) w.showMaximized(); #else