From ce25692d5481fd0da3f73e562a693da1a9177c61 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 10 Sep 2014 07:13:13 +0000 Subject: improved image scaling quality git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4455 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/popupwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/notifier/popupwidget.cpp') diff --git a/src/plugins/General/notifier/popupwidget.cpp b/src/plugins/General/notifier/popupwidget.cpp index a8461d335..f93999ee8 100644 --- a/src/plugins/General/notifier/popupwidget.cpp +++ b/src/plugins/General/notifier/popupwidget.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2009 by Ilya Kotov * + * Copyright (C) 2008-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -103,7 +103,7 @@ void PopupWidget::showMetaData() if(!pix.isNull()) { m_pixlabel->setFixedSize(m_coverSize,m_coverSize); - m_pixlabel->setPixmap(pix.scaled(m_coverSize,m_coverSize)); + m_pixlabel->setPixmap(pix.scaled(m_coverSize,m_coverSize, Qt::IgnoreAspectRatio, Qt::SmoothTransformation)); } else { -- cgit v1.2.3-13-gbd6f