diff options
Diffstat (limited to 'src/qmmpui/coverviewer.cpp')
| -rw-r--r-- | src/qmmpui/coverviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/coverviewer.cpp b/src/qmmpui/coverviewer.cpp index bec263bf0..1b8306f8c 100644 --- a/src/qmmpui/coverviewer.cpp +++ b/src/qmmpui/coverviewer.cpp @@ -86,7 +86,7 @@ void CoverViewer::load() m_lastDir = QFileInfo(path).absoluteDir().path(); m_pixmap.load(path); if(m_pixmap.width() > 512) - m_pixmap = m_pixmap.scaled(512, 512, Qt::KeepAspectRatio); + m_pixmap = m_pixmap.scaled(512, 512, Qt::KeepAspectRatio, Qt::SmoothTransformation); } update(); } |
