]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/interface_widgets.cpp
qt4: use slower and better scaling on albumart-label
[vlc] / modules / gui / qt4 / components / interface_widgets.cpp
index aec0812c7e9c7360ecdfab3e4e33dd2be94eb615..f33bac1c21616dd8b5220874b1c3fab17b812f35 100644 (file)
@@ -593,7 +593,8 @@ void CoverArtLabel::showArtUpdate( const QString& url )
     if( !url.isEmpty() && pix.load( url ) )
     {
         pix = pix.scaled( maximumWidth(), maximumHeight(),
-                          Qt::KeepAspectRatioByExpanding );
+                          Qt::KeepAspectRatioByExpanding,
+                          Qt::SmoothTransformation );
     }
     else
     {