minor improvement

This commit is contained in:
Max-Wilhelm Bruker
2010-02-05 16:33:12 +01:00
parent 70594387de
commit 2d57715a6e
2 changed files with 2 additions and 0 deletions

View File

@@ -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;