mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-26 06:21:55 +00:00
apply SingleColorIcon
This commit is contained in:
parent
815ce6f46e
commit
4576c2051b
@ -533,7 +533,7 @@ QVariant TransactionTableModel::data(const QModelIndex &index, int role) const
|
||||
case Qt::DecorationRole:
|
||||
{
|
||||
QIcon icon = qvariant_cast<QIcon>(index.data(RawDecorationRole));
|
||||
return platformStyle->TextColorIcon(icon);
|
||||
return platformStyle->SingleColorIcon(icon);
|
||||
}
|
||||
case Qt::DisplayRole:
|
||||
switch(index.column())
|
||||
|
Loading…
x
Reference in New Issue
Block a user