Commit 0df227ec authored by Zach's avatar Zach
Browse files

Merge pull request #840 from poixen/user_games_window_size

Updated user games window size
parents d2bfd369 9205ef29
......@@ -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();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment