diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-10 12:25:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-10 12:25:52 +0000 |
| commit | d9a0f70987eaa0c59ab2180c7ba6891ed890ccf3 (patch) | |
| tree | 3e19231f9e0f3ce8d7a88789e44e40288ecad4da /src | |
| parent | 7586a65427862831590a963b5f8f9d2712271ca0 (diff) | |
| download | qmmp-d9a0f70987eaa0c59ab2180c7ba6891ed890ccf3.tar.gz qmmp-d9a0f70987eaa0c59ab2180c7ba6891ed890ccf3.tar.bz2 qmmp-d9a0f70987eaa0c59ab2180c7ba6891ed890ccf3.zip | |
notifier: fixed popup widget icon
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1195 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/General/notifier/popupwidget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/notifier/popupwidget.cpp b/src/plugins/General/notifier/popupwidget.cpp index aeaba750f..83c0adb29 100644 --- a/src/plugins/General/notifier/popupwidget.cpp +++ b/src/plugins/General/notifier/popupwidget.cpp @@ -132,6 +132,8 @@ void PopupWidget::showMetaData() void PopupWidget::showVolume(int v) { + m_pixlabel->setPixmap(QPixmap(":/notifier_icon.png")); + m_pixlabel->setFixedSize(32,32); m_timer->stop(); m_label1->setText("<b>" + tr("Volume:") + QString (" %1\%").arg(v)+ + "</b>"); |
