changeset 8424 | 225ede46e3dc |
parent 8140 | a098374b847b |
child 8430 | 5a5c34a75e1a |
--- 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); }