Commit 9205ef29 authored by Matt Lowe's avatar Matt Lowe
Browse files

Updated user games window size

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