From 4536e03b7c2f96431aa5aeba61bda0b93896b106 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 28 May 2010 18:55:28 +0200 Subject: Bugfix: set Margins of CoverEditor to 0 Set margins for mainlayout of Covereditor to 0, otherwise the layout of a widget embedding the covereditor gets cluttered. --- covereditor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/covereditor.cpp b/covereditor.cpp index 1c872a0..f7a7120 100644 --- a/covereditor.cpp +++ b/covereditor.cpp @@ -33,6 +33,7 @@ CoverEditor::CoverEditor(QWidget *parent, Qt::WindowFlags f) : QWidget(parent, f mMovie = new QComboBox; mainLayout->addWidget(l4, 3, 0); mainLayout->addWidget(mMovie, 3, 1); + mainLayout->setContentsMargins(0, 0, 0, 0); setLayout(mainLayout); } -- cgit v1.2.3-70-g09d2