updated game created coloumn text

This commit is contained in:
poixen 2016-07-10 15:09:25 +02:00
parent 8ac1469fdb
commit a729b1c966
3 changed files with 39 additions and 32 deletions

View file

@ -36,7 +36,7 @@ GameSelector::GameSelector(AbstractClient *_client, const TabSupervisor *_tabSup
gameListView->setAlternatingRowColors(true);
gameListView->setRootIsDecorated(true);
// game created width
gameListView->resizeColumnToContents(1);
gameListView->setColumnWidth(1, gameListView->columnWidth(2) * 0.7);
// players width
gameListView->resizeColumnToContents(6);
// description width