diff -r 071a05275798 -r 91ebbadc461d QTfrontend/ui/widget/teamselect.h --- a/QTfrontend/ui/widget/teamselect.h Sat Apr 22 02:33:32 2017 +0200 +++ b/QTfrontend/ui/widget/teamselect.h Sat Apr 22 04:17:51 2017 +0200 @@ -70,7 +70,7 @@ void proxyTeamColorChanged(const HWTeam& team); private: - void addScrArea(FrameTeams* pfteams, QColor color, int maxHeight); + void addScrArea(FrameTeams* pfteams, QColor color, int minHeight, int maxHeight, bool setFrame); FrameTeams* frameDontPlaying; FrameTeams* framePlaying;