GUI: new game types and game name fields in settings and createinternetgame dialogs
This commit is contained in:
@@ -582,7 +582,7 @@ void gameLobbyDialogImpl::clearDialog()
|
||||
pushButton_joinAnyGame->setEnabled(false);
|
||||
|
||||
QStringList headerList;
|
||||
headerList << tr("Game") << tr("Players") << tr("State") << tr("R") << tr("P");
|
||||
headerList << tr("Game") << tr("Players") << tr("State") << tr("T") << tr("P");
|
||||
myGameListModel->setHorizontalHeaderLabels(headerList);
|
||||
treeView_GameList->setColumnWidth(0,220);
|
||||
treeView_GameList->setColumnWidth(1,65);
|
||||
|
||||
Reference in New Issue
Block a user