QTfrontend/frameTeam.cpp
changeset 1424 2b45d88716b0
parent 1389 6e411559cc7b
child 1475 bab5650fc894
--- a/QTfrontend/frameTeam.cpp	Sun Oct 26 15:02:55 2008 +0000
+++ b/QTfrontend/frameTeam.cpp	Sun Oct 26 17:17:07 2008 +0000
@@ -25,10 +25,10 @@
 #include "hwconsts.h"
 
 FrameTeams::FrameTeams(QWidget* parent) :
-  QWidget(parent), maxHedgehogsPerGame(18), overallHedgehogs(0), mainLayout(this), nonInteractive(false)
+  QFrame(parent), maxHedgehogsPerGame(18), overallHedgehogs(0), mainLayout(this), nonInteractive(false)
 {
 	QPalette newPalette = palette();
-	newPalette.setColor(QPalette::Window, QColor(0x13, 0x0f, 0x2c));
+	newPalette.setColor(QPalette::Window, QColor(0x00, 0x00, 0x00));
 	setPalette(newPalette);
 	setAutoFillBackground(true);