mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Fixed icon to use png
issue resize with svg does not work
This commit is contained in:
parent
1d1138d0cb
commit
af16649089
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue