diff -r 789db262d90d -r 3cb7f6b5000e QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Sun Sep 28 09:18:24 2008 +0000 +++ b/QTfrontend/pages.cpp Sun Sep 28 15:13:18 2008 +0000 @@ -144,7 +144,7 @@ GBTLayout->addWidget(TeamNameEdit); vbox2->addWidget(GBoxTeam); - CBTeamLvl = new QComboBox(GBoxTeamLvl); + CBTeamLvl = new QComboBox(GBoxTeam); CBTeamLvl->setIconSize(QSize(32, 32)); CBTeamLvl->addItem(QIcon(":/res/botlevels/0.png"), QComboBox::tr("Human")); for(int i = 5; i > 0; i--) @@ -154,7 +154,7 @@ ); GBTLayout->addWidget(CBTeamLvl); - CBGrave = new QComboBox(GBoxGrave); + CBGrave = new QComboBox(GBoxTeam); CBGrave->setMaxCount(65535); CBGrave->setIconSize(QSize(32, 32)); GBTLayout->addWidget(CBGrave);