check 'show unavailable games' by default in ShowGamesOfUser dialog

This commit is contained in:
Max-Wilhelm Bruker 2012-03-30 21:22:47 +02:00
parent 6b14b4e543
commit 212c58f99a
2 changed files with 4 additions and 0 deletions

View file

@ -31,6 +31,8 @@ GameSelector::GameSelector(AbstractClient *_client, TabSupervisor *_tabSuperviso
gameListView->setRootIsDecorated(true);
if (_room)
gameListView->header()->hideSection(1);
else
gameListProxyModel->setUnavailableGamesVisible(true);
gameListView->header()->setResizeMode(1, QHeaderView::ResizeToContents);
filterButton = new QPushButton;