Updated user games window size

This commit is contained in:
Matt Lowe 2015-03-16 15:36:51 +01:00
parent 20603c7e9b
commit 9205ef2912

View file

@ -74,6 +74,7 @@ void UserContextMenu::gamesOfUserReceived(const Response &resp, const CommandCon
selector->processGameInfo(response.game_list(i));
selector->setWindowTitle(tr("%1's games").arg(QString::fromStdString(cmd.user_name())));
selector->setMinimumWidth(800);
selector->setAttribute(Qt::WA_DeleteOnClose);
selector->show();
}