aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/notifier
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-09-10 07:13:13 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-09-10 07:13:13 +0000
commitce25692d5481fd0da3f73e562a693da1a9177c61 (patch)
treef7c523414b4ce8ef9ea04055cd99729cf8b7d233 /src/plugins/General/notifier
parent91d0aae4edf37610617f424bf0c465ff1a1c2efb (diff)
downloadqmmp-ce25692d5481fd0da3f73e562a693da1a9177c61.tar.gz
qmmp-ce25692d5481fd0da3f73e562a693da1a9177c61.tar.bz2
qmmp-ce25692d5481fd0da3f73e562a693da1a9177c61.zip
improved image scaling quality
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4455 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/notifier')
-rw-r--r--src/plugins/General/notifier/popupwidget.cpp4
1 files changed, 2 insertions, 2 deletions
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
{