]> git.sesse.net Git - vlc/commitdiff
Qt: Use the 64x64 icon for noart in iconView
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Jan 2010 11:05:43 +0000 (12:05 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Jan 2010 11:06:37 +0000 (12:06 +0100)
modules/gui/qt4/components/playlist/icon_view.cpp

index a5ee2377866a437ece52cdff84b312413e5957d6..7a2627acadc4083576de8995d006543101428b26 100644 (file)
@@ -54,7 +54,7 @@ void PlListViewItemDelegate::paint( QPainter * painter, const QStyleOptionViewIt
     }
     else
     {
-        pix = QPixmap( ":/noart.png" );
+        pix = QPixmap( ":/noart64" );
     }
 
     QRect art_rect = option.rect.adjusted( OFFSET - 1, 0, - OFFSET, - OFFSET *2 );