From 5301120b4f40bfe5d8ba5b3a4a9b1ce3dc9007fa Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 27 Apr 2008 15:05:55 +0000 Subject: notifier plugin: fixed layout git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@354 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/popupwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') 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(""+title+"", this); vlayout->addWidget(label1); -- cgit v1.2.3-13-gbd6f