mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-19 14:55:54 -04:00
Fixed icon to use png
issue resize with svg does not work
This commit is contained in:
parent
1d1138d0cb
commit
af16649089
@ -201,7 +201,7 @@ void GxsIdTreeItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem
|
||||
// additional Qt role only to determine the number of destinations.
|
||||
|
||||
if(dt == "")
|
||||
ownOption.icon = FilesDefs::getIconFromQtResourcePath(":/icons/svg/people2.svg");
|
||||
ownOption.icon = FilesDefs::getIconFromQtResourcePath(":/icons/png/people2.png");
|
||||
else if(id.isNull())
|
||||
{
|
||||
if (ownOption.icon.isNull())
|
||||
|
Loading…
x
Reference in New Issue
Block a user