mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-14 03:56:20 -05:00
@@ -105,7 +105,7 @@ QVariant GamesModel::data(const QModelIndex &index, int role) const
|
||||
case Qt::DisplayRole:
|
||||
return QString::fromStdString(g.description());
|
||||
case Qt::TextAlignmentRole:
|
||||
Qt::AlignLeft;
|
||||
return Qt::AlignLeft;
|
||||
default:
|
||||
return QVariant();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user