Commit 8f145234 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Use the 64x64 icon for noart in iconView

parent d9e5f87e
...@@ -54,7 +54,7 @@ void PlListViewItemDelegate::paint( QPainter * painter, const QStyleOptionViewIt ...@@ -54,7 +54,7 @@ void PlListViewItemDelegate::paint( QPainter * painter, const QStyleOptionViewIt
} }
else else
{ {
pix = QPixmap( ":/noart.png" ); pix = QPixmap( ":/noart64" );
} }
QRect art_rect = option.rect.adjusted( OFFSET - 1, 0, - OFFSET, - OFFSET *2 ); QRect art_rect = option.rect.adjusted( OFFSET - 1, 0, - OFFSET, - OFFSET *2 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment