mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
minor improvement
This commit is contained in:
parent
70594387de
commit
2d57715a6e
2 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ GameSelector::GameSelector(Client *_client, QWidget *parent)
|
|||
gameListProxyModel = new GamesProxyModel(this);
|
||||
gameListProxyModel->setSourceModel(gameListModel);
|
||||
gameListView->setModel(gameListProxyModel);
|
||||
gameListView->header()->setResizeMode(0, QHeaderView::ResizeToContents);
|
||||
|
||||
showFullGamesCheckBox = new QCheckBox;
|
||||
createButton = new QPushButton;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue