Updated user games window size
This commit is contained in:
parent
20603c7e9b
commit
9205ef2912
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue