changed chat indentation, allow leftclick for CardInfoWidget in ChatView, changed GameSelector indentation

This commit is contained in:
Max-Wilhelm Bruker 2011-08-03 01:19:57 +02:00
parent c90b1b6a8e
commit a569a1b8b1
4 changed files with 19 additions and 19 deletions

View file

@ -23,8 +23,9 @@ GameSelector::GameSelector(AbstractClient *_client, TabRoom *_room, const QMap<i
gameListView->setModel(gameListProxyModel);
gameListView->setSortingEnabled(true);
gameListView->setAlternatingRowColors(true);
gameListView->setRootIsDecorated(true);
if (_room)
gameListView->header()->hideSection(0);
gameListView->header()->hideSection(1);
gameListView->header()->setResizeMode(1, QHeaderView::ResizeToContents);
showFullGamesCheckBox = new QCheckBox;