changeset 11 | f3dbeee07821 |
parent 3 | e6d1a78b6db9 |
child 12 | 60c644f011c7 |
--- 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