diff -r c23fa62f7c46 -r 2b45d88716b0 QTfrontend/teamselhelper.cpp --- a/QTfrontend/teamselhelper.cpp Sun Oct 26 15:02:55 2008 +0000 +++ b/QTfrontend/teamselhelper.cpp Sun Oct 26 17:17:07 2008 +0000 @@ -36,7 +36,7 @@ colorButt(0) { QPalette newPalette = palette(); - newPalette.setColor(QPalette::Window, QColor(0x13, 0x0f, 0x2c)); + newPalette.setColor(QPalette::Window, QColor(0x00, 0x00, 0x00)); setPalette(newPalette); setAutoFillBackground(true);