Fixed icon to use png

issue resize with svg does not work
This commit is contained in:
defnax 2025-04-13 16:05:00 +02:00
parent 1d1138d0cb
commit af16649089

View File

@ -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())