QTfrontend/teamselect.cpp
changeset 1389 6e411559cc7b
parent 1066 1f1b3686a2b0
child 1424 2b45d88716b0
--- a/QTfrontend/teamselect.cpp	Mon Oct 20 21:15:28 2008 +0000
+++ b/QTfrontend/teamselect.cpp	Tue Oct 21 13:36:59 2008 +0000
@@ -215,11 +215,10 @@
   QGroupBox(parent), mainLayout(this), m_acceptOuter(false)
 {
   setTitle(QGroupBox::tr("Playing teams"));
-  framePlaying=new FrameTeams();
-  frameDontPlaying=new FrameTeams();
-//  addScrArea(framePlaying, QColor("DarkTurquoise"));
-//  addScrArea(frameDontPlaying, QColor("LightGoldenrodYellow"));
+  framePlaying = new FrameTeams();
+  frameDontPlaying = new FrameTeams();
   QPalette p;
+  p.setColor(QPalette::Window, QColor(0x13, 0x0f, 0x2c));
   addScrArea(framePlaying, p.color(QPalette::Window).light(105), 200);
   addScrArea(frameDontPlaying, p.color(QPalette::Window).dark(105), 0);
   QPushButton * btnSetup = new QPushButton(this);