[vlc-devel] commit: Qt: Use the 64x64 icon for noart in iconView	(Jean-Baptiste Kempf )
    git version control 
    git at videolan.org
       
    Mon Jan 25 12:06:49 CET 2010
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 25 12:05:43 2010 +0100| [8f145234d20b0e0666eb8cef1cd74c2a5bd8eb24] | committer: Jean-Baptiste Kempf 
Qt: Use the 64x64 icon for noart in iconView
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f145234d20b0e0666eb8cef1cd74c2a5bd8eb24
---
 modules/gui/qt4/components/playlist/icon_view.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/icon_view.cpp b/modules/gui/qt4/components/playlist/icon_view.cpp
index a5ee237..7a2627a 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 );
    
    
More information about the vlc-devel
mailing list