diff --git a/src/gui/fspathedit.cpp b/src/gui/fspathedit.cpp index 66d3ed314..a9b4a6e59 100644 --- a/src/gui/fspathedit.cpp +++ b/src/gui/fspathedit.cpp @@ -182,6 +182,7 @@ FileSystemPathEdit::FileSystemPathEdit(Private::FileEditorWithCompletion *editor editor->widget()->setParent(this); QHBoxLayout *layout = new QHBoxLayout(this); + layout->setContentsMargins(0, 0, 0, 0); layout->addWidget(editor->widget()); layout->addWidget(d->m_browseBtn);