From 8f145234d20b0e0666eb8cef1cd74c2a5bd8eb24 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 25 Jan 2010 12:05:43 +0100 Subject: [PATCH] Qt: Use the 64x64 icon for noart in iconView --- modules/gui/qt4/components/playlist/icon_view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/components/playlist/icon_view.cpp b/modules/gui/qt4/components/playlist/icon_view.cpp index a5ee237786..7a2627acad 100644 --- a/modules/gui/qt4/components/playlist/icon_view.cpp +++ b/modules/gui/qt4/components/playlist/icon_view.cpp @@ -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 ); -- 2.39.2