diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-04-27 15:05:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-04-27 15:05:55 +0000 |
| commit | 5301120b4f40bfe5d8ba5b3a4a9b1ce3dc9007fa (patch) | |
| tree | 89a46a296aecddad545e897b0de4e6440e025379 /src/plugins/General/notifier/popupwidget.cpp | |
| parent | 9bc167e621ccc1e802e2f8c16e8879ec7681fda2 (diff) | |
| download | qmmp-5301120b4f40bfe5d8ba5b3a4a9b1ce3dc9007fa.tar.gz qmmp-5301120b4f40bfe5d8ba5b3a4a9b1ce3dc9007fa.tar.bz2 qmmp-5301120b4f40bfe5d8ba5b3a4a9b1ce3dc9007fa.zip | |
notifier plugin: fixed layout
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@354 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/notifier/popupwidget.cpp')
| -rw-r--r-- | src/plugins/General/notifier/popupwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/notifier/popupwidget.cpp b/src/plugins/General/notifier/popupwidget.cpp index f9c331e50..d2e36a94f 100644 --- a/src/plugins/General/notifier/popupwidget.cpp +++ b/src/plugins/General/notifier/popupwidget.cpp @@ -46,7 +46,7 @@ PopupWidget::PopupWidget(const SongInfo &song, QWidget *parent) pixlabel->setFixedSize(32,32); hlayout->addWidget(pixlabel); - QVBoxLayout *vlayout = new QVBoxLayout(this); + QVBoxLayout *vlayout = new QVBoxLayout(); QLabel *label1 = new QLabel("<b>"+title+"</b>", this); vlayout->addWidget(label1); |
