diff -r 8aa450f6cf2c -r 225ede46e3dc QTfrontend/ui/widget/teamselect.cpp --- a/QTfrontend/ui/widget/teamselect.cpp Tue Jan 22 00:33:37 2013 +0400 +++ b/QTfrontend/ui/widget/teamselect.cpp Mon Jan 21 21:52:49 2013 -0500 @@ -273,7 +273,7 @@ QPalette p; p.setColor(QPalette::Window, QColor(0x00, 0x00, 0x00)); - addScrArea(framePlaying, p.color(QPalette::Window).light(105), 250); + addScrArea(framePlaying, p.color(QPalette::Window).light(105), 150); addScrArea(frameDontPlaying, p.color(QPalette::Window).dark(105), 0); }